Integrations

List Integrations

get

List of integrations

Query parameters
offsetintegerOptional

Pagination offset

limitinteger · min: 1 · max: 100Optional

Pagination limit

orderBystringOptional

Order the results by this field, in this direction

Example: createdAt:descPattern: ^[a-zA-Z0-9\_]+(:(asc|desc))?$
Responses
200

OK

application/json
get
/integrations
200

OK

Create Integration

post

Create a new integration

Body
or
Responses
post
/integrations
201

Created

Get integration

get

Get the integration for the organisation

Path parameters
integrationIdstring · uuidRequired
Responses
200

OK

application/json
get
/integrations/{integrationId}
200

OK

Delete integration

delete

Delete the integration for the organisation

Path parameters
integrationIdstring · uuidRequired
Responses
delete
/integrations/{integrationId}
204

No Content

No content

Update integration

patch

Update the integration for the organisation

Path parameters
integrationIdstring · uuidRequired
Body
or
Responses
200

OK

application/json
patch
/integrations/{integrationId}
200

OK

Last updated

Was this helpful?