v1

latestOpenAPI 3.0.02026-07-2466275257.1 KB
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"
}
All 66 operations