API Docs
Integrate plainstack into your workflows with our REST API.
Authentication
All API requests require an API key passed as a Bearer token in the Authorization header.
curl https://api.plainstack.org/v1/contacts \
-H "Authorization: Bearer YOUR_API_KEY"
-H "Authorization: Bearer YOUR_API_KEY"
Base URL
https://api.plainstack.org
Endpoints
GET/v1/contacts
POST/v1/contacts
GET/v1/contacts/:id
PATCH/v1/contacts/:id
DELETE/v1/contacts/:id
GET/v1/tasks
POST/v1/tasks
GET/v1/invoices
POST/v1/invoices
Rate limits
The API is rate limited to 1,000 requests per minute per API key. If you exceed this limit, you'll receive a 429 Too Many Requests response.