cURL
curl --request GET \ --url https://api.parse.bot/account/api-key \ --header 'X-API-Key: <api-key>'
{ "api_key": "<string>", "created_at": "<string>", "last_used": "<string>", "message": "<string>", "warning": "<string>" }
Retrieve the current user’s API key ID and creation date. Requires JWT authentication.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
API key details
Was this page helpful?