Add API Key
POST/sites/:siteId/apiKeys
Adds a new API Key
Request
Path Parameters
siteId stringrequired
Site Identifier
- application/json
Body
required
name string
Name of API Key
permissions string[]
List of permissions
Possible values: [READ
, WRITE
, DELETE
, GOVERN
]
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
apiKey string
API Key Identifier
{
"apiKey": "string"
}
Loading...