Authentication
Emil Janitzek avatar
Skrivet av Emil Janitzek
Uppdaterad för mer än en vecka sedan

To communicate with the Parakey API you need to supply an Access-Token. These tokens are unique to a user and should be stored securely. Access tokens should only be used server-side and not to be shared in client applications.

Performing a request using your Access-Token

Simply add the access token to the header for all your requests.

Access-Token: r:059318429ceb20d1355ce85f308c563c

Fick du svar på din fråga?