Skip to main content
GET
/
v1
/
organizations
List all Organizations
curl --request GET \
  --url https://api.edgee.app/v1/organizations \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "url": "<string>",
  "has_more": true,
  "last_key": "<string>",
  "data": [
    {
      "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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

type
enum<string>
Available options:
pro,
perso
limit
integer
start_key
string
order_direction
enum<string>
Available options:
ASC,
DESC

Response

data
object[]
object
string
Example:
url
string
has_more
boolean
last_key
string