Getting Started
Getting Started with the NativeX GraphQL API
Last updated
Getting Started with the NativeX GraphQL API
Last updated
Much like the the NativeX API can be accessed using GraphQL -- an abstract query language for retrieving data in a standard format, originally developed by the team at Facebook. can be used as a locally installed API client, or the GraphQL connection can be accessed programmatically in most languages with the use of a . For more information about using GraphQL check out the .
Your API URL will be in a format similar to that of the however will be in the format like the following: <tenant-key>.native-x.parameter1.com/graph.
The API must be accessed via HTTP/S.
Once connected, you can see available query documentation and schema definitions within the GraphQL Playground application (if using it).