v1

latestOpenAPI 3.1.02026-07-1371123.3 KB
Other

Verify API key

An endpoint to verify that your API key is functional

get/verify

Response

Successful Response

status'ok' required

A value representing a successful request

emailstring required

The email address of the user this token is associated with

Example response

{
  "email": "example@example.com",
  "status": "ok"
}