Keys

Import keys

Import previous keys

post/api/v1/keys/import

Headers

Authenticationstring required

API Key

Request body

Example request

{
  "keys": [
    {
      "created_at": 1700000000,
      "discord_id": "123456789012345678",
      "expires_at": 1700086400,
      "hwid": "HWID",
      "key": "abc123xyz",
      "note": "Imported key"
    }
  ]
}

Response

Import results

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.