Examples

GET /api/users/988725680/personal_access_tokens/3
200
{
  "created_at": "2019-11-07 08:45:43 UTC",
  "updated_at": "2019-11-07 08:45:43 UTC",
  "id": 3,
  "name": "Personal Access Token 10",
  "expires_at": "2019-11-17 08:45:43 UTC",
  "active?": true,
  "user_id": 988725680,
  "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