Ana içeriğe atla
GET
/
organizations
Kullanıcının organizasyonlarını listele
curl --request GET \
  --url https://app.azalt.co/api/v1/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "ownerId": "<string>",
    "status": "<string>"
  }
]

Yetkilendirmeler

Authorization
string
header
gerekli

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Yanıt

Successful response

id
string
gerekli
name
string
gerekli
ownerId
string
gerekli
status
string
gerekli