Welcome πŸ‘‹

Welcome to Holded's REST API

We are glad to have your here! In our developer's hub you'll find everything you need to interact with our platform.

The Holded's API is organized around REST, using HTTP responses code to keep you informed about what's going on. Our endpoints will return metada in Json format. πŸŽ‰

All the "List" methods (GET) are paginated, you can get more pages by query params i.e. ?page=2.

All requests are validated against an API key. You can obtain it manually from Holded's platform (as you'll see documented below).

We tried to keep the documentation as clear and simple as possible. Thus you can test our endpoints with your own API key, see the responses code directly, etc.

Missing endpoints? Send us a message at [email protected] or add it as a suggestion.✌️

1160