v1
latestOpenAPI 3.0.02026-07-2466275257.1 KBauth
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"
}