Magidoc

API Hostname

The NextZen GraphQL API is available for each organization using it's slug as the subdomain in the API hostname. For example if you registered your organization with the name Helping Hands and were given the slug helping-hands , your API hostname would be:

helping-hands.portals.wizehive.app

When using the GraphQL API you would make an HTTP Post request using that hostname:

POST https://helping-hands.portals.wizehive.app/api/graphql

None