Get API keys
Last updated
Last updated
The method allows you to get user's API keys
Parameter
Required
Type
Description
userId
Yes
String
User ID
limit
Yes
Number
Limit on the number of keys in the response
offset
Yes
Number
Offset (for pagination)
Parameter
Type
Description
keys
Array of objects
Массив объектов API ключей
total
Number
Общей количество API ключей пользователя
The keys
parameter is an array of the following objects:
Parameter
Type
Description
id
String
Api key ID
public
String
Public key
secret
String
Secret key
alias
String
Alias
createdAt
String
Creation date
/partner/api/get-api-keys
Public API-key
Signing the request body with a private API-key
Request content type
application/json
User ID
7376bfd8-2e53-4832-8445-50095093b5c2
Number of elements per page
Number of items to skip