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.

userKeystring

The unique authentication key that enables secure access.

userIdstring

The userId of the user.

Example response

{
  "userKey": "user-456",
  "userId": "user-456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.