v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14120262383.5 KB

Import API keys from an external source, such as a CSV-formatted file.

post/apikeys#mode=import&format

Query parameters

format'csv' required

A query parameter to specify the input format to imported API keys. Currently, only the <code>csv</code> format is supported.

failonwarningsboolean

A query parameter to indicate whether to rollback ApiKey importation (<code>true</code>) or not (<code>false</code>) when error is encountered.

mode'import' required

Request body

bodystring required

The payload of the POST request to import API keys. For the payload format, see API Key File Format.

Response

Success

idsString[]

A list of all the ApiKey identifiers.

warningsString[]

A list of warning messages.