API Keys

Create Api Key

POST
/v1/api-keys
AuthorizationBearer <token>

API key minted via POST /v1/api-keys (format mk_live_...)

In: header

name?string
Length1 <= length <= 80

Response Body

application/json

application/json

curl -X POST "https://api.mentio.dev/v1/api-keys" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "key": "string",
  "prefix": "string"
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}