API Keys

API Keys

You can use the API keys to authorize your access. All API keys have the same permissions and full account access.

API key object

Each API key has the following fields

AttributesTypeDescription
idinteger

The unique ID of the API key.

keystring

The 40 character alpha-numeric API key.

labelstring

The label for this API key. May be duplicate with other labels.

created_atstring

The timestamp when this instance was created.

updated_atstring

The timestamp when this instance was last updated.

In JSON Format

{
  "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"
}