Ideavate Developer Hub
  • Guides
    • Getting Started
      • Access Token Issuance
      • Using GraphQL
      • Example GraphQL Queries
    • Open Utilities API
      • Introduction
      • Consent and credential sharing
      • Access levels
      • Data update notifications
      • Using Auth Link
    • Data APIs
      • QR code parser
      • Vehicle lookup
  • API Reference
    • Auth Link API
      • Security
      • GET /link
      • POST /token
      • GET /status
    • GraphQL API
      • Authentication
      • Data Model
      • GET or POST /graphql
      • Error Handling
      • Webhooks
  • GraphQL Explorer
Powered by GitBook
On this page
  1. API Reference
  2. GraphQL API

Error Handling

Please see individual API endpoints for how they return errors.

However, due to the way the API is currently deployed on AWS API Gateway if you receive the following 403 response then it means that the request URL is invalid and not that authentication has failed:

{"message":"Missing Authentication Token"}

i.e. you can treat this like a 404 Not Found

Essentially if you encounter this during integration you should double check that the URL you are requesting is correct!

PreviousGET or POST /graphqlNextWebhooks

Last updated 2 years ago