SCOPE

All Scopes

get
/api/v1/scope/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
get
/api/v1/scope/
200

Successful response

No content

Create Scope

post
/api/v1/scope/
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample: {"prefix":"example","slug":"demo-scope","description":"Demo scope description","organizationId":9}
Responses
200

Successful response

application/json
post
/api/v1/scope/
200

Successful response

No content

Single Scope

get
/api/v1/scope/{scopeId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 1
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}
200

Successful response

No content

Edit Single Scope

put
/api/v1/scope/{scopeId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 2
Body
objectOptionalExample: {"prefix":"UPDATED","slug":"updated-scope","description":"Updated scope description","organizationId":1}
Responses
200

Successful response

application/json
put
/api/v1/scope/{scopeId}
200

Successful response

No content

Single Scope - Intents

get
/api/v1/scope/{scopeId}/intents
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 1
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}/intents
200

Successful response

No content

Single Scope - Intents - Most Used

get
/api/v1/scope/{scopeId}/intents/most-used
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 1
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}/intents/most-used
200

Successful response

No content

Single Scope - Channels

get
/api/v1/scope/{scopeId}/channels
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 1
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}/channels
200

Successful response

No content

Single Scope - DIMS

get
/api/v1/scope/{scopeId}/dims
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 1
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}/dims
200

Successful response

No content

Single Scope - Toggle debug

post
/api/v1/scope/{scopeId}/toggle-debug
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 1
Body
Responses
200

Successful response

application/json
post
/api/v1/scope/{scopeId}/toggle-debug
200

Successful response

No content

Delete Scope

delete
/api/v1/scope/{scopeId}/delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 2
Responses
200

Successful response

application/json
delete
/api/v1/scope/{scopeId}/delete
200

Successful response

No content

Single Scope - All Channels Down

get
/api/v1/scope/{scopeId}/channels/down
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 2
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}/channels/down
200

Successful response

No content

Single Scope - All Channels Up

get
/api/v1/scope/{scopeId}/channels/up
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scopeIdintegerRequiredExample: 2
Responses
200

Successful response

application/json
get
/api/v1/scope/{scopeId}/channels/up
200

Successful response

No content

Last updated