API Reference
The Exchangly API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Authentication
The Exchangly API uses API keys to authenticate requests. You can view and manage your API keys in the Exchangly Dashboard.
Example Header
Authorization: Bearer YOUR_API_KEYEndpoints
POST
/v1/websitesTriggers the generation of a new website for a specific lead.
View full documentation