API Keys
You can use the API keys to authorize your access. All API keys have the same permissions and full account access.
The API key object
Each API key has the following fields
The API key object
{
"id": 1337,
"key": "abc1234...zzz",
"label": "server1 key",
"created_at": "2022-06-14T11:58:10.246406-07:00",
"updated_at": "2022-06-14T11:58:10.246406-07:00"
}
API key object
Attributes | Description |
---|---|
id | The unique ID of the API key. |
key | The 40 character alpha-numeric API key. |
label | The label for this API key. May be duplicate with other labels. |
created_at | The timestamp when this instance was created. |
updated_at | The timestamp when this instance was last updated. |