Actions (11)
Events · 3
- Create event subscriptionPOST /event/subscription
Creates a subscription for the specified Lime Go events. Lime Go will invoke your webhook when the event occurs.
documented - Delete event subscriptionDELETE /event/subscription/{id}
Deletes the subscription with the specified id.
documented - Get event feedGET /event/feed
Gets the current event items.
documented
GraphQL API · 3
- Execute GraphQL operation for DealsPOST /v1/graphql
Run GraphQL queries or mutations related to deals.
documented - Execute GraphQL operation for OrganizationsPOST /v1/graphql
Run GraphQL queries or mutations related to organizations.
documented - Execute GraphQL operation for PersonsPOST /v1/graphql
Run GraphQL queries or mutations related to persons.
documented