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

Create API key

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

The body of the api key creation request

userIdstringRequired

User ID

Example: 5292f559-d134-4214-a9bb-4c232f0e0991
organizationIdstringRequired

Organization ID

Example: 527c351a-c92d-427d-a349-53cb6f5828ff
aliasstringRequired

API key name

Example: Integration key
Responses
chevron-right
200Success
application/json
post
/partner/api/create-api-keys
200Success

Last updated