Skip to main content

Get Token

GET 

/api/v1/user/tokens/:id

Request

Path Parameters

    id integerrequired

    The id of the API token

    Example: 42

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

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...