Skip to main content

Get Token

GET 

/api/v2/user/tokens/:id

Request

Path Parameters

    id integerrequired

    The id of the API token

    Example: 42

Responses

success

Schema
    id integer
    tokenable_type string
    tokenable_id integer
    name string
    abilities string[]
    last_used_at string
    created_at string
    updated_at string
    plain_text string
Loading...