Skip to main content
GET
/
organizations
List Organizations
curl --request GET \
  --url https://api.example.com/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "created_at": "<string>",
    "role": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful Response

id
string
required
name
string
required
slug
string
required
created_at
string | null
role
string | null