Verify your API key

Verify your API key is valid and not revoked. Use our auth check endpoint to verify your API key without writing data to your account. Great for setup and troubleshooting, but not intended for automated production health checks.

Responses
  • text/plain
  • application/json
Request Example for post/v2/auth-check
curl https://api.prod.goaugment.com/v2/auth-check \
  --request POST \
  --header 'Authorization: Basic username:password'
string