v4

latestOpenAPI 3.1.0raw.githubusercontent.com2023-07-1411121.9 KB
API Keys

Generate API key

post/admin/api_key

Request body

projectstring required

The project Id associated with this key

key_namestring required

A human-readable identifier for this key. Needs to be unique per project.

Example request

{
  "project": "prj_091601GY1K93P21QBBN7GS1ZZKZHQ6",
  "key_name": "dev-key"
}

Response

OK

keystring required

The generated secret key (sk_ token). This key cannot be retrieved after initial creation.

All 1 operations