Skip to main content

Get Is Valid Api Key

GET 

/v2/auth/

Check if the API key is valid.

It returns a JSON object with a single key "valid" that is True if the key is valid or raise 401 Unauthorized.

Responses

Successful Response

Schema

    valid Valid (boolean)required
Loading...