Projects
6 ops/api/v2/projectsComprehensive documentation for interacting with the iCloudReady API. Pull or push data to and from your instance.
Welcome to the iCloudReady API documentation. This guide is designed to provide comprehensive details on how to interact with our API, enabling you to efficiently pull or push data to and from your iCloudReady instance. Our API is accessible across all iCloudReady pricing tiers, including the free option, and is compatible with every on-premise version.
Our API facilitates robust interactions with the iCloudReady platform, allowing for a wide range of operations, such as:
iCloudReady employs basic authentication to ensure secure access to the API. It's crucial to use this method responsibly to protect your account details and the integrity of your data.
Authenticate your requests using basic authentication with your iCloudReady credentials:
POST /api/v2/signin HTTP/1.1Host: api.icloud-ready.comContent-Type: application/json
{ "email": "admin@example.com", "password": "your_password" }Upon successful authentication, you will receive an access token. Use this token to authenticate subsequent API requests.
With the received access token, make authorized API calls to iCloudReady. Include the token in the Authorization header as a Bearer token:
GET /api/v2/leads HTTP/1.1Host: api.icloud-ready.comAuthorization: Bearer your_access_tokenOur API ensures fair usage by implementing rate limits. Here's what you need to know:
Exceeding these limits might result in temporary suspension of API access. Use our export apps for bulk data retrieval to stay within limits.
For detailed endpoint documentation, refer to the sections below. If you require assistance or have any questions, please contact our support team at support@icloud-ready.com.
/api/v2/projects/api/v2/subprojects/api/v2/properties/api/v2/units//api/v2/customers/api/v2/contracts/api/v2/rents/payment/:id/api/v2/brokers/api/v2/reservations/api/v2/leads/api/v2/leads/:id/customFields/api/v2/opportunities/api/v2/tasks/api/v2/realms/api/v2/terms/api/v2/salesmen/api/v2/banks/api/v2/bankaccounts/api/v2/stagesflows/api/v2/favorites/api/v2/dashboard/api/v2/security_policies/api/v2/savedFilters/api/v2/notifications/api/v2/customFields/objects/api/v2/lookupobjects/api/v2/lookupvalues/api/v2/channels/api/v2/batches/api/v2/sales-territories/api/v2/crm-accounts/api/v2//quota-plans/api/v2/new_templates/api/v2/selling_opportunities/api/v2/incentive-plans/api/v2/plan-executions/api/v2/notification-signals/api/v2/notification-setups/api/v2/sales-stages/api/v2/sequences/api/v2/schedules/api/v2/tags/api/v2/audiences/api/v2/workflows/sequence-activation/api/v2/aiReady/chat/completions/api/v2/smsready/sendsms/api/v2/emailready/custom-emailer/api/v2/logs/elastic-search/:index_name/api/v2/authenticator/signup2/api/v2/authenticator/generate-twofa/api/v2/authenticator/freetrial/api/service/tasks/all