List Workspace compliance Requirements

List Workspace Endpoint Compliance Requirements

get

List compliance requirements for a capability/destination. If no capability/destination is provided, all compliance requirements are returned. This result may be paginated. To learn more about the pagination, please refer to the pagination section on API Access Common API Usage section.

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID for the workspace.

Example: d386a801-ee8d-4aba-a7e4-78671bd3b11e
endpointIdstringRequired

Your endpoint ID. In some cases (e.g. Long Code Numbers) this value is equal to the number ID.

Query parameters
capabilitystring · enumOptionalPossible values:
destinationstring · iso3166-1 · nullableOptional
Responses
chevron-right
200

OK

application/json
nextPageTokenstringOptional

The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display. To know more, refer to the pagination section.

resultsone of[]Required

The compliance requirements associated to the endpoint that must be satisfied.

or
or
or
or
get
/workspaces/{workspaceId}/endpoints/{endpointId}/compliance-requirements

Last updated

Was this helpful?