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.
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>"
}
]
}Was this page helpful?