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 3 Next »

Pathfinder is supporting three different types of authentication. Depending of your needs and the support of your client library you can choose between:

  • using API Keys

  • using JWT

  • using basic authentication

API KEY

This authentication method allows any user with required permission to create a special token via Pathfinder Client which can be used in the authorization header in every call to the API to allow access to the API in the name of the creator user without knowing user and password. This is meant to be used in 3rd party applications that will often be accessing the API.

Creating API key in Pathfinder client

Examples

JWT

Basic

  • No labels