Skip to content

Update TLS organization

PATCH /tls/organization/{organization_id}

Operation ID: PatchOrganizationByID

Update the local TLS organization contact data used for readiness checks and order completion.

NameTypeRequiredDescription
organization_idtlsOrganizationIdyes-

tlsOrganizationPatchRequest

FieldTypeRequiredDescription
edit_modestringno(create_replacement, update_provider)
organizationstringno-
first_namestringno-
last_namestringno-
addressstringno-
postal_codestringno-
citystringno-
country_codestringno-
phonestringno-
emailstringno-
StatusTypeDescription
200tlsOrganizationResponseTLS organization updated
400ErrorInvalid request payload
401ErrorUnauthorized
404ErrorTLS organization not found
500ErrorUnexpected error
FieldTypeRequiredDescription
successbooleanyesSuccess indicator
codeintegernoResponse/Error Code
responsetlsOrganizationResponseno-
Terminal window
curl -X PATCH "https://api.regfish.com/tls/organization/<organization_id>" \
-H "x-api-key: $REGFISH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"edit_mode": "create_replacement",
"organization": "string",
"first_name": "string",
"last_name": "string",
"address": "string",
"postal_code": "string",
"city": "string",
"country_code": "string",
"phone": "string",
"email": "string"
}'

Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.