apikeys

Create API Key.

Create a new API key for the authenticated account. Use a standard API key (ak_) or a restricted key (rk_) with RESOURCE_TYPE_ACCOUNT write scope.

post/v1/apikeys

Request body

namestring
expires_at_msinteger nullable

Response

OK

idstring
namestring
key_secretstring
expires_at_msinteger nullable

Changes