Examples

GET /api/users/988725684/personal_access_tokens/6
200
{
  "created_at": "2020-03-11 11:19:39 UTC",
  "updated_at": "2020-03-11 11:19:39 UTC",
  "id": 6,
  "name": "Personal Access Token 6",
  "expires_at": "2020-03-21 11:19:39 UTC",
  "active?": true,
  "user_id": 988725684,
  "last_used_at": null
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

user_id
required

ID of the user

Validations:

  • Must be a String