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
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
The body of the api key creation request
userIdstringRequiredExample:
User ID
6fb8b0d7-c40e-4692-ad85-b5f2208c2f78organizationIdstringRequiredExample:
Organization ID
2497027d-1f9c-46e1-92cf-76f7b046305ealiasstringRequiredExample:
API key name
Integration keyResponses
200Success
application/json
post
/partner/api/create-api-keys200Success
Last updated