latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

users

List Machine Tokens

Lists all machine tokens for the authenticated user.

get/v0/users/{user_id}/machine-tokens

Path parameters

user_idstring required

User ID

Response

Example response

{
  "tokens": [
    {
      "device_name": "Pantheon Mac 2023-01-09",
      "id": "dcr_aALXf3Rho1EmPj7A"
    }
  ]
}