POST/v1/rightrequests

Create rightrequests

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Request body application/json

idstringnullable
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
statusstringnullable
request_typestringnullable
config_idstringnullable
errorstringnullable
historystringnullable
next_statestringnullable
current_statestringnullable
task_tokenstringnullable
prev_task_tokenstringnullable
typestringnullable
inputstringnullable
standard_countrystringnullable
standard_statestringnullable
regulation_idstringnullable
regulation_namestringnullable
state_machinestringnullable
emailstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$
folderstringnullable
created_atstring (date-time)
updated_atstring (date-time)
input_countrystringnullable
input_statestringnullable
input_entitystringnullable

Responses

idstringnullable
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
statusstringnullable
request_typestringnullable
config_idstringnullable
errorstringnullable
historystringnullable
next_statestringnullable
current_statestringnullable
task_tokenstringnullable
prev_task_tokenstringnullable
typestringnullable
inputstringnullable
standard_countrystringnullable
standard_statestringnullable
regulation_idstringnullable
regulation_namestringnullable
state_machinestringnullable
emailstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$
folderstringnullable
created_atstring (date-time)
updated_atstring (date-time)
input_entitystringnullable
curl --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"
}'