PUT
/
organization
/
updateStatus
/
{organizationId}
/
{status}
curl --request PUT \
  --url https://gateway.cyrexa.com/customer/1.0.0/organization/updateStatus/{organizationId}/{status} \
  --header 'Authorization: Bearer <token>' \
  --header 'token: <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string
required

Path Parameters

organizationId
string
required
status
enum<string>
required

Customer Status

Available options:
NOT_STARTED,
WAITING_VERIFICATION,
VERIFIED,
SEEN_BY_ADMIN,
SENT_FOR_REVISION,
SUSPENDED

Response

default

Default response