Browse the API reference

List User's Organizations

get/v1/orgs

Part of Org.

Authentication

Authenticate in any one of these ways — not all of them:

  • API key in the X-API-Key header.
  • Bearer token in the Authorization header.

Example request

curl
curl -X GET "https://api.robosystems.ai/v1/orgs" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY"

Responses

200 Successful Response

FieldTypeDescription
orgsrequiredOrgResponse[]

Organization summary response.

OrgResponse fields
FieldTypeDescription
idrequiredstring
namerequiredstring
org_typerequiredOrgType

One of: personal, team, enterprise

rolerequiredOrgRole

One of: owner, admin, member

member_countrequiredinteger
graph_countrequiredinteger
created_atrequiredstring (date-time)
joined_atrequiredstring (date-time)
totalrequiredinteger
StatusMeaning
400Invalid request
401Authentication required
403Access denied
429Rate limit exceeded
500Internal server error