Using API with Postman

Last update:
October 22, 2024
Smart phone (Android)
Smart phone (iOS)
Webapp
backend
API
Would you like to use ginto's accessibility data in your digital platform? With Postman, you can easily test what options our free GraphQL API offers.
Remark

Before you start

Contact info@ginto.guide to get an API key for API authorization. The API is protected and can only be used if the request is authenticated with an API key. The API key must be specified as a bearer token in the authorization header with every request.

Pro tip

What is Postman?

Postman is a well-known tool for creating and using APIs. It's a good way to explore and test the ginto GraphQL API. Postman can be downloaded free of charge from https://www.postman.com be downloaded.

How does Postman work?

For detailed instructions on how to create GraphQL queries in Postman, see

https://learning.postman.com/docs/sending-requests/graphql/graphql-client-first-request/

Ginto GraphQL endpoints

An API key is required for authorization. This can be sent by sending a short message to info@ginto.guide be requested. The API is protected and can only be used if the request is authenticated with an API key. For every request, the API key must be Bearer token be specified in the Authorization header.

POST api.dev.ginto.guide/graphql

Testing Environment

POST api.ginto.guide/graphql

Production Environment

You might also be interested in this