User level Authentication

User level authentication allows you to access any of the resources you have permissions according to your Snappy user. e.g. if you are a manager that has access to a specific account you will only be able to access this account and its associated campaigns.

For any request you make when communicating with the Snappy API, you will need an API Token to authenticate yourself as an authorized user.

The user level token is base on OAuth authentication using the username/password of the specific user.

Add your Token with a "Bearer " prefix as a header called Authorization to authorize your Snappy API requests. This header must be included in every request in this format:

Authorization: Bearer YOUR_TOKEN