Skip to main content

List organizations

List organizations

Responses
200

organizations

Schema OPTIONAL
data object[]
api_key string OPTIONAL

Organization API key

id integer

Organization ID

name string

Organization name

401

unauthorized

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Unauthorized]

Error message

403

forbidden

Schema OPTIONAL
errors object OPTIONAL
detail OPTIONAL

Possible values: [Forbidden]

BuildelWeb.OrganizationController.index
GET /api/organizations
https://api.buildel.ai
curl -L 'https://api.buildel.ai/api/organizations' \
-H 'Accept: application/json'