OutSavvy API Developer Documentation

Authentication

Getting a token

All API requests require a token to access the endpoints. The OutSavvy API currently only accepts requests from personal OAuth tokens so there is no third party OAuth authentication flow. You can access your personal OAuth token secured against your partner account here. Just click the Show button to reveal your personal OAuth token for your partner account.

Authenticating API requests

There are two ways to authenticate when calling the OutSavvy API by passing the OAuth token to every request - no anonymous access is allowed to any of the endpoints.

Query string parameter - you can pass the token as a query string parameter to each request. This is not the preferred way to authenticate.

https://www.api.outsavvy.com/v1/events/search/?token=TOKEN

Authentication header - include an authorisation header with the value Partner TOKEN.

Authorization: Partner TOKEN