POST
/v1/geo/regulationmapsCreate geo regulationmaps
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idRequest body application/json
idstringnullabletenant_idstringnullablecreated_atstring (date-time)updated_atstring (date-time)input_statestringnullableinput_countrystringnullablestandard_statestringnullablestandard_countrystringnullablenicknamestringrequiredmin length 1regulation_idstringrequiredmin length 1regulation_namestringnullableResponses
object ClientGeoRegulationMap — same shape as the request body.
curl --request POST \
--url 'https://api.4comply.io/v1/geo/regulationmaps' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "your-tenant-id",
"created_at": "2026-09-07T12:00:00Z",
"updated_at": "2026-09-07T12:00:00Z",
"input_state": "CA",
"input_country": "US",
"standard_state": "CA",
"standard_country": "US",
"nickname": "Example name",
"regulation_id": "00000000-0000-0000-0000-000000000000",
"regulation_name": "Example name"
}'