cURL
curl --request GET \ --url https://api.edgee.app/v1/organizations/me \ --header 'Authorization: Bearer <token>'
{ "object": "organization", "id": "<string>", "name": "<string>", "slug": "<string>", "avatar_url": "<string>", "type": "perso", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Retrieve my Organization personal organization.
perso
pro
Was this page helpful?