API Documentation

The Collctiv API is organised around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes.

Getting started

To get started, create your API key in your developer settings, then read about how to make requests for the resources you need to access using our HTTP APIs.

Guides

Authentication

Learn how to authenticate your API requests.

Read more

Pagination

Understand how to work with paginated responses.

Read more

Errors

Read about the different types of errors returned by the API.

Read more

Webhooks

Learn how to programmatically configure webhooks for your app.

Read more

Taking payments

Learn how to receive a payment into a pot.

Read more

Resources

Customers

Learn about the customer model and how to create, retrieve, update, delete, and list customers.

Pots

Learn about the pot model and how to create, retrieve, update, delete, and list pots.

Payments

Learn about the payment model and how to create, retrieve, update, delete, and list payments.

Orders

Learn about the order model and how to create, retrieve and list orders.

Refunds

Learn about the refund model and how to create, retrieve, and list refunds.

Products

Learn about the product model and how to create, retrieve, and list products.

Was this page helpful?