API Config Keys
The following guide covers the creation and usage of Pacifica API Config Keys.
POST /api/v1/account/api_keys/create
POST /api/v1/account/api_keys/revoke
POST /api/v1/account/api_keysRequest Body:
Field
Type
Need
Description
Example
Response
{
"data": {
"api_key": "AbCdEfGh_2mT8x..."
}
}Using a Pacifica API Config Key
Last updated