Skip to main content

Login

POST 

/v1/auth/login

Login

Request

Body

Login params

    key string

    The api key to use for authentication

    secret string

    The secret of the api key

Responses

Login response

Schema

    access_token string
    created_at ISO 8601
    expires_in number
    refresh_token string
    scope string
    token_type string
Loading...