ORGANIZATION
Alle routes relating to Organizations.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"name":"Example Organization"}Responses
200
Successful response
application/json
post
/api/v1/organization200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1Responses
200
Successful response
application/json
get
/api/v1/organization/{organizationId}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
2Body
objectOptionalExample:
{"name":"Updated Organization Name"}Responses
200
Successful response
application/json
put
/api/v1/organization/{organizationId}200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1Responses
200
Successful response
application/json
get
/api/v1/organization/{organizationId}/scopebase200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1Responses
200
Successful response
application/json
get
/api/v1/organization/{organizationId}/scopes200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1Responses
200
Successful response
application/json
get
/api/v1/organization/{organizationId}/scopes/debug200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1Responses
200
Successful response
application/json
get
/api/v1/organization/{organizationId}/scopes/active200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1userIdintegerRequiredExample:
2Responses
200
Successful response
application/json
get
/api/v1/organization/{organizationId}/users/{userId}/count200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationSlugstringRequiredExample:
example-orgResponses
200
Successful response
application/json
get
/api/v1/organization/{organizationSlug}/configuration200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationSlugstringRequiredExample:
example-orgBody
objectOptionalExample:
{"config":{"apiKey":"YOUR_API_KEY_HERE","apiBaseUrl":"https://api.provider.com/v1"},"model":"model-name"}Responses
200
Successful response
application/json
post
/api/v1/organization/{organizationSlug}/configuration/save200
Successful response
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdintegerRequiredExample:
1Responses
200
Successful response
application/json
delete
/api/v1/organization/{organizationId}/delete200
Successful response
No content
Last updated
