API Reference

Programmatically create leads externally and manage workspace records via team-scoped APIs.

The Pixelwand CRM API lets you create leads from external sources and manage workspace records from your own applications, websites, and automation tools.

Base URL

All API requests are made to your CRM instance:

https://crm.pixelwand.io

Replace crm.pixelwand.io with your own CRM domain.

How it works

  • Requests and responses use JSON.
  • External lead creation is authenticated with a team API key and secret sent as HTTP headers — see Authentication. Other workspace operations use session authentication and are team-scoped.
  • Each API key is scoped to a single team, so records created through the API are automatically associated with that team.

Next steps

  • Authentication — generate keys and authorize requests.
  • Leads — create leads from external sources.

On this page