Create API key
The method allows you to create an API key for the user
Request:
Parameter
Required
Type
Description
userId
Yes
String
User ID
alias
Yes
String
Alias
Response:
Parameter
Type
Description
id
String
Api key ID
public
String
Public key
secret
String
Secret key
alias
String
Alias
createdAt
String
Creation date
Last updated