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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here
Bearer <token>
<token>
The retrieved Organization
The response is of type object.
object
Was this page helpful?