The Nexar API is a GraphQL API, and so instead of using various endpoints to fetch data, there is a single endpoint in which you pass a string query to get the data you wish.
- Nexar API - https://api.nexar.com/graphql/ (main API)
- Nexar Identity Service - https://identity.nexar.com/connect/token (for fetching tokens)
- Nexar File Service - https://files.nexar.com/File/Upload (for uploading files)
Choices for your Integrated Development Environment (IDE):
1. GraphQL - Use GraphQL Voyager to quickly browse the model's graphical representation with types and relations between them.
2. Banana Cake Pop (BCP) - Use BCP IDE to explore available GraphQL operations (queries, mutations, subscriptions), compose and invoke them and see the results.
To run queries, open the HTTP Headers
tab and specify your Nexar access token (key: value
) as Authorization: Bearer <your Nexar token>
You can get your access token from your Nexar dashboard - sign in, select your Nexar application from the Applications, go to Show Details and click Generate Token. Copy the token and use it in your IDE.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article