Getting Started

2min

You will need a Paved account before you can start using the API. You can sign up at paved.com.

Authentication

All requests to our API require an API token. You can find your token in your account settings.

To authenticate a request, set the value of the Authorization header to "Token" followed by your API Key.

Example

If your API key is jwskaj-23920jd-kdkdlld, you would include this header:

Example