Skip to main content
GET
/
api
/
v1
/
management
/
me
Me
curl --request GET \
  --url https://{baseurl}/api/v1/management/me \
  --header 'x-api-key: <x-api-key>'
{ "appSetupCompleted": true, "createdAt": "2024-04-09T04:53:29.577Z", "id": "clurwouax000azffxt7n5unn3", "project": { "id": "clurwouaj0003zffx0hu6bonm", "name": "My Project" }, "type": "production", "updatedAt": "2024-04-09T14:14:49.256Z" }

Documentation Index

Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string
required

Response

200 - application/json

OK

appSetupCompleted
boolean
required
createdAt
string<date-time>
required
id
string
required
project
object
required
type
enum<string>
required
Available options:
production,
development
updatedAt
string<date-time>
required