GET/v1/RightsRequestConfig/regulation/{id}

Get Rights Request Config regulation

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequiredmin length 24max length 24

Responses

array of objectRightRequestConfig
idstringnullable
tenant_idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
regulation_idstringrequiredmin length 1
request_typestringrequiredmin length 1
namestringnullable
state_machine_namestringnullable
stepsarray of objectRightRequestStepnullable
namestringrequiredmin length 1
identifierstringrequiredmin length 1
typestringrequiredmin length 1
orderinteger (int32)required
nextinteger (int32)
configobjectrconfig
errorStatesarray of objectErrorStatenullable
optionalboolean
disabledboolean
startAtstringnullable
sf_configstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/RightsRequestConfig/regulation/00000000-0000-0000-0000-' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'