Examples

GET /api/users/988725678/personal_access_tokens/1
200
{
  "created_at": "2018-11-15 19:02:08 UTC",
  "updated_at": "2018-11-15 19:02:08 UTC",
  "id": 1,
  "name": "Personal Access Token 3",
  "expires_at": "2018-11-25 19:02:08 UTC",
  "active?": true,
  "user_id": 988725678,
  "last_used_at": null
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

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