Authentication
Emil Janitzek avatar
Written by Emil Janitzek
Updated over a week ago

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

Did this answer your question?