Auth API
API Reference
Get API Tokens
Available parameters: - <code class="dcode">email</code>: email address of a user to get API tokens for - <code class="dcode">user_id</code>: user id of a user to get API tokens for
Example
Response
A JSON object in the form of <code class="dcode">{"api_tokens": [<api_token>, ...]}</code> that contains a list of API tokens. Example: