Integration

Search and filter integration

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
nextTokenstringOptionalExample: eyJza2lwIjoxMH0
pageSizeinteger · min: 1 · max: 100OptionalDefault: 10
Responses
chevron-right
200

Success

application/json
nextTokenstringOptional
totalCountintegerOptionalExample: 12
post
/integration/search

Retrieve a specific integration by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
integrationIdintegerRequired
Responses
chevron-right
200

Success

application/json
nextTokenstring · enumOptionalPossible values:
get
/integration/{integrationId}

Last updated