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.

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

AttributesDescription
idThe unique ID of the API key.
keyThe 40 character alpha-numeric API key.
labelThe label for this API key. May be duplicate with other labels.
created_atThe timestamp when this instance was created.
updated_atThe timestamp when this instance was last updated.