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.
"your-internal-customer-id"
"your-api-key"
Successful client creation
Unique ID for the created client instance
"client-12345"