Grapes API Security
Methods of authentication for the Grapes API
The only means of authentication for the Grapes API is token-based authentication using Personal Access Tokens (PAT).
Refer to Create a Personal Access Token to learn how to create a token.
Every request to the API (https://api.data-grapes.com) must include the token in the HTTP Authorization header.
The header value is formatted as follows:
basic base64(PAT)