Skip to main content
POST
/
api
/
v2.1
/
customer
/
individual
/
{customerId}
/
activation
Activate customer
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/customer/individual/{customerId}/activation \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>",
  "userId": "<string>"
}
'

Headers

User-Agent
string
X-Forwarded-For
string
X-Tenant-ID
string
sec-ch-ua-platform
string

Path Parameters

customerId
string
required

Body

application/json
code
string
userId
string

Response

200

OK