POST
/v1/rightrequestsCreate rightrequests
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idRequest body application/json
idstringnullablecreated_at_isostringnullableupdated_at_isostringnullablesystem_typestringnullablesystemstringnullablesystem_idstringnullablesystem_record_idstringnullablesystem_record_typestringnullabletenant_idstringnullablestatusstringnullablerequest_typestringnullableconfig_idstringnullableerrorstringnullablehistorystringnullablenext_statestringnullablecurrent_statestringnullabletask_tokenstringnullableprev_task_tokenstringnullabletypestringnullableinputstringnullablestandard_countrystringnullablestandard_statestringnullableregulation_idstringnullableregulation_namestringnullablestate_machinestringnullableemailstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$folderstringnullablecreated_atstring (date-time)updated_atstring (date-time)input_countrystringnullableinput_statestringnullableinput_entitystringnullableResponses
idstringnullablecreated_at_isostringnullableupdated_at_isostringnullablesystem_typestringnullablesystemstringnullablesystem_idstringnullablesystem_record_idstringnullablesystem_record_typestringnullabletenant_idstringnullablestatusstringnullablerequest_typestringnullableconfig_idstringnullableerrorstringnullablehistorystringnullablenext_statestringnullablecurrent_statestringnullabletask_tokenstringnullableprev_task_tokenstringnullabletypestringnullableinputstringnullablestandard_countrystringnullablestandard_statestringnullableregulation_idstringnullableregulation_namestringnullablestate_machinestringnullableemailstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$folderstringnullablecreated_atstring (date-time)updated_atstring (date-time)input_entitystringnullablecurl --request POST \
--url 'https://api.4comply.io/v1/rightrequests' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"id": "00000000-0000-0000-0000-000000000000",
"created_at_iso": "2026-09-07T12:00:00Z",
"updated_at_iso": "2026-09-07T12:00:00Z",
"system_type": "string",
"system": "string",
"system_id": "00000000-0000-0000-0000-000000000000",
"system_record_id": "00000000-0000-0000-0000-000000000000",
"system_record_type": "string",
"tenant_id": "your-tenant-id",
"status": "active",
"request_type": "string",
"config_id": "00000000-0000-0000-0000-000000000000",
"error": "string",
"history": "string",
"next_state": "active",
"current_state": "active",
"task_token": "REDACTED",
"prev_task_token": "REDACTED",
"type": "string",
"input": "string",
"standard_country": "US",
"standard_state": "CA",
"regulation_id": "00000000-0000-0000-0000-000000000000",
"regulation_name": "Example name",
"state_machine": "string",
"email": "user@example.com",
"folder": "string",
"created_at": "2026-09-07T12:00:00Z",
"updated_at": "2026-09-07T12:00:00Z",
"input_country": "US",
"input_state": "CA",
"input_entity": "string"
}'