Skip to main content
POST
Activate Client
This API can be used when _isActive:true is not passed in the request body of customer creation.
Clients can be created in a pending state but If the client is already active, this API will result in an error.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clientId
string
required
Example:

"1"

Body

application/json
activationDate
string
Example:

"1 Jan 2021"

Response

200 - application/json

{}

The response is of type object.