Replicon logo

Help Developers

Accessing the Polaris API

You can access the GraphQL Playground by appending /graphql to your Polaris PSA URL, after replicon.com:

https://psa-na7.replicon.com/graphql

Na7 represents the swimlane where your Polaris PSA instance is hosted. It could be sb1, na3, eu1, etc.

You can use the Playground environment to send test queries to your Polaris PSA endpoint.

Any calls you make from this interface will be limited by the permissions of the currently logged-in user. See Setting up account licenses and permissions for more information.

You can view the Polaris PSA API documentation and schema, which list the available API operations, from within the GraphQL Playground environment.

You can also download the schema, in either JSON or SDL format.