Skip to main content

Get Token

GET 

https://api.rapidpipeline.com/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

Authorization: http

name: defaulttype: httpscheme: bearerdescription: You can create your API token <a href="https://app.rapidpipeline.com/api_tokens">here</a>. <br /> Our REST API, excluding upload related endpoints, is subject to rate limits (2000 requests per minute per User or IP)
curl -L 'https://api.rapidpipeline.com/api/v2/user/tokens/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.rapidpipeline.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!