API Reference

Programmatically create and manage records in Pixelwand CRM.

The Pixelwand CRM API lets you create and manage 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.
  • Endpoints are authenticated with a team API key and secret sent as HTTP headers — see Authentication.
  • 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