GET/v1/RightsRequestConfig/{id}

Get Rights Request Config

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequiredmin length 24max length 24

Responses

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
email_template_idstringnullable
actionstringnullable
variable_to_check_for_choicestringnullable
variable_to_check_for_sending_emailstringnullable
variable_to_check_valuestringnullable
if_failedstringnullable
if_successstringnullable
end_typestringnullable
fulfillment_typestringnullable
link_to_update_formboolean
link_to_access_formboolean
link_to_change_consent_formboolean
hitl_template_idstringnullable
blockingboolean
completion_requirementsarray of objectStepCompletionMapnullable
errorStatesarray of objectErrorStatenullable
namestringnullable
messagestringnullable
actionstringnullable
optionalboolean
disabledboolean
startAtstringnullable
sf_configstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/RightsRequestConfig/00000000-0000-0000-0000-' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'