API Keys
Create Api Key
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
name?string
Length
1 <= length <= 80Response 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"
}
}