Authorization

How the authorization of TipMe api works

This api uses API Key Authentication for securing API tokens. For further details, please refer to the following sections

Generate user tokens by creating an API key in the "API" section of the settings page. During creation, choose the appropriate scopes for API access

To authorize requests to TipMe API, add "ApiKey" as prefix to the autorization header. Example:

ApiKey xxxx-xxxx-xxxx

Last updated