Properties
| Property | Type | Required | Description |
|---|---|---|---|
name | string | No | A human-readable label for the key. Maximum 100 characters. |
Create a trigger API key
Send aPOST request to create a trigger API key. Include name in the request body to label the key.
name field is optional. Omit it to create an unnamed key.
Response
The API returns the created key. Whenname was provided at creation, it is included in the response.
name was not provided, the name field is absent from the response.