Once you have obtained an API auth token, validate it to ensure authenticated access. Endpoint:Documentation Index
Fetch the complete documentation index at: https://docs.circuit.org/llms.txt
Use this file to discover all available pages before exploring further.
POST /auth/validate
Request
| Body | Description |
|---|---|
token: string | User’s API auth token acquired from authentication |
- 200
- 400
- 500
Valid API Auth TokenInvalid API Auth Token