cURL
curl --request GET \ --url https://app.formbricks.com/api/v2/me \ --header 'x-api-key: <api-key>'
{ "organizationId": "<string>", "organizationAccess": { "accessControl": { "read": true, "write": true } }, "environments": [ { "environmentId": "<string>", "environmentType": "production", "permission": "read", "projectId": "<string>", "projectName": "<string>" } ] }
Fetches the projects and organizations associated with the API key.
Documentation IndexFetch the complete documentation index at: https://formbricks.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://formbricks.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use your Formbricks x-api-key to authenticate.
API key information retrieved successfully.
Show child attributes
Was this page helpful?