Skip to main content

Get

Get a token

Query Parameters
    registration_id string required

    The registration id

    Example: google-search-console
Responses

Success


Schema
    access_token string

    The access token

    access_token_expires_at date-time

    The access token expiration

    refresh_token string

    The refresh token

GET /tokens

Authorization

name: Authorizationtype: apiKeydescription: `Key {your key}`in: header

Request

Base URL
https://api.wordlift.io
ApiKey
registration_id — query required
curl / cURL
curl -L -X GET 'https://api.wordlift.io/tokens' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'