Get the requester's organization
curl --request GET \
--url https://app.egma.ai/v1/organization \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"mayManageOrganization": true
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}Organization
Get the requester's organization
GET
/
v1
/
organization
Get the requester's organization
curl --request GET \
--url https://app.egma.ai/v1/organization \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"mayManageOrganization": true
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}{
"error": "<string>",
"message": "<string>",
"details": {}
}