How to create a personal access token for the GraphQL API

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.


  1. Navigate to Your Account


    Click on “Account” located in the navigation menu, then select “Personal access tokens


    image1

  2. Press the “+” button to start the token creation process.


    image2

  3. 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.

    image3

  4. Copy Your Token


    Important: This is the only time you’ll be able to access the token.

    Click “Done”

    image5

  5. You’re all set!


    Your personal access token is now created and ready for use with the Point One Navigation GraphQL API.

    image2

    Next: Start working with the Point One Navigation GraphQL API