With the Paved API, you can view site details, sponsorship details, creative, and reporting.
These docs outline the available API endpoints and include sample code to help you get up and running quickly. Use them to build custom workflows, create your own tools, and automate tasks that used to require manual work.
We’re continuing to expand the API with new functionality. If you have questions or need anything along the way, reach out to us at [email protected].
Getting Started
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 Paved 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:
Authorization: Token jwskaj-23920jd-kdkdlld
