Step-by-step guide to create and configure a personal access token for Point One Navigation's GraphQL API.
To work with the Point One Navigation GraphQL API, you need a personal access token. This token authenticates your access and can be configured with either read or read/write permissions.
Personal access tokens are unique to individual users, ensuring only authorized users access your data. Treat them with the same confidentiality as your passwords.
-
Navigate to Your Account
Click on “Account” located in the navigation menu, then select “Personal access tokens” -
Press the “+” button to start the token creation process.
-
Set Token Details
Token Name: Provide a unique name
Expiration: Choose a duration for your token's validity.
Access Level: Opt between 'read only' and 'read/write' permissions.
Both permissions allow for GraphQL queries and subscriptions.
'Read/write' is required for GraphQL mutations.
-
Copy Your Token
Important: This is the only time you’ll be able to access the token.
Click “Done”
-
You’re all set!
Your personal access token is now created and ready for use with the Point One Navigation GraphQL API.
Next: Start working with the Point One Navigation GraphQL API