How to explore the Data Model

Modified on Wed, 13 Sep 2023 at 11:36 AM

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.



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

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article