cURL
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" }
Authenticates a developer using customerId and apiKey to create a client instance in Sol.
Successful client creation
The response is of type object.
object