auth
Retrieve user key
This endpoint allows partners to get an authentication key by providing username and password.
post/v2/user-key
Response
Authentication key successfully retrieved.
Example response
{
"userKey": "user-456",
"userId": "user-456"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.