$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 44 Next »

All communication with the GraphQL Cloud API server has to be authorized via an access TOKEN. The valid TOKEN has to be inserted into the header of each API call. A TOKEN can be created by a user with full account access in the cloud IP cam platform.
Using user TOKEN covers most of your integration use cases.

User TOKEN is one of two authorization options. The second option is use OAuth 2.0 .

For testing queries and mutations you can use API explorer, your own GraphQL client or Postman with our examples.

GraphQL endpoint is : https://provider_URL/api/graphql.php

provider_URL can be found by logging into the platform.

  • No labels