Endpoint
Request
Include yourAPI-KEY header in the standard YOUR_API_KEY format:
Responses
Success (200)
If your API key is valid and the request succeeds, the response envelope contains a simple confirmation object:Unauthorized (401)
Returned when theAPI-KEY header is missing, malformed, or does not match a valid key pair:
Forbidden (403)
Returned when the API key has been revoked, blocked, or is otherwise not permitted to access the API:When to use this endpoint
CallGET /auth/connect/ immediately after you receive your API credentials to confirm that:
- Your API key value from the organizer panel is correct.
- Your network can reach the Braintest API.
- Your key has not been revoked or blocked.
"connect": "ok", you can proceed to list records, authenticate profiles, and run tests with confidence.
