verifyToken
Verify your API key is valid and check rate limit status before making real API calls to avoid wasting rate limit on invalid credentials.
Instructions
Verify API key - Verify that your API key is valid and check rate limit status.
Use when: at the start of any session or batch job, to confirm the API key is valid and the site is reachable BEFORE burning rate limit on real calls. Also useful for surfacing a clear "bad credentials" error to the user early.
Parameter interactions:
Call at the start of a session to confirm the API key is valid BEFORE issuing real calls - saves rate-limit budget on key-config errors
Returns: { status: "success"|"error", message: ... } - BD's standard response envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||