API Keys

Create API key

Create an API key.

post/v1/api_keys

Parameters

#/paths/~1v1~1api_keys/get/parameters/0 — unresolved $ref

Request body

api_key_idstring

The unique API key identifier.

Prefix is "api" in production and "sbx_api" in sandbox.

platform_idstring

The unique platform identifier.

Prefix is "plt" in production and "sbx_plt" in sandbox.

masked_api_keystring

The masked API key that is passed to the API.

status'ENABLED' | 'DISABLED' | 'DELETED'

Status of the API key.

created_atstring date-time

Date and time API key was created at in UTC RFC 3339 format.

updated_atCreatedAt — unresolved $ref

Response

OK

statusStatus — unresolved $ref
errorsErrors — unresolved $ref

Changes