Get Workspace Compliance Requirements

Get Workspace Endpoint Compliance Requirement

get

Get a specific compliance requirement for an endpoint. An example of requirement name is use-case-sms, kyc-form, brand (general brand identification) and brand:nl (specific, country-level brand identification requirement).

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.

requirementNamestringRequiredExample: kyc-form
Responses
200

OK

application/json
Responseone of

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

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

Last updated

Was this helpful?