POST
/
auth
/
client
curl --request POST \
  --url https://api.sol.com/v1/auth/client \
  --header 'Content-Type: application/json' \
  --data '{
  "customerId": "your-internal-customer-id",
  "apiKey": "your-api-key"
}'
{
  "clientId": "client-12345"
}

Body

application/json

Response

200 - application/json

Successful client creation

The response is of type object.