Introduction to the MaidCentral API
The MaidCentral API enables developers to manage leads, quotes, bookings, and other cleaning service operations programmatically, streamlining integration with external systems.
Base URL
- Production: https://api.maidcentral.com
- Sandbox: https://api.maidcentral.net
How to Authenticate
- Obtain Credentials: API users created in the MaidCentral backend (see below) receive a username and password.
- Get Auth Token: Use these credentials in a POST request to the /token endpoint to obtain an authentication token:
- The response will include a token (e.g., Bearer token) to include in subsequent requests’ headers.
- More Info about the /token auth.
Locating API Users in MaidCentral
- Settings: Log in to MaidCentral as an Administrator and go to "Company > Settings > General Page, Integrations Tab"
- Create API User: In the API User Section, create a new API User.
- Retrieve Credentials: Upon creation, the backend generates a username and password for the API user, used for the /token call.
API Technical Support | License |
---|---|
MaidCentral Discourse https://maidcentral.discourse.group/ | Proprietary https://maidcentral.com/terms |