cURL
curl --request GET \ --url https://app.infisical.com/api/v2/users/me/organizations \ --header 'X-API-Key: <api-key>'
{ "organizations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "customerId": "<string>", "slug": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "authEnforced": false, "scimEnabled": false } ] }
An API Key in Infisical
Default Response
Show child attributes
Was this page helpful?