Skip to main content

Add API Key

POST 

/sites/:siteId/apiKeys

Adds a new API Key

Request

Path Parameters

    siteId stringrequired

    Site Identifier

Body

required

    name string

    Name of API Key

    permissions string[]

    List of permissions

    Possible values: [READ, WRITE, DELETE, GOVERN]

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    apiKey string

    API Key Identifier

Loading...