
CallOnTheGo
Cloud-based phone system and call management platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://app.callonthego.com/api/v1 | link | — | — | — |
Actions (24)
Lists · 11
- Add contact to listPOST /lists/{id}/contact/add
Creates a new contact within the specified list.
documented - Create listPOST /lists
Creates a new list for an authenticated user.
documented - Delete contact from listDELETE /lists/{id}/contact/{contactId}
Deletes a contact from the specified list.
documented - Delete listDELETE /lists/{id}
Deletes a list by its ID.
documented - Get listGET /lists/{id}
Returns a list by its ID for the authenticated user.
documented - Get list callsGET /lists/{id}/calls
Returns all calls for the specified list.
documented - Get list contactsGET /lists/{id}/contacts
Returns all contacts for the specified list.
documented - Get paged list contactsGET /lists/{id}/contacts/paged/{pageNum}
Returns a page of contacts for the specified list.
documented - Get recent listsGET /lists/recent
Returns the three most recently updated lists.
documented - List all listsGET /lists
Returns all lists for the authenticated user.
documented - Update listPUT /lists/{id}
Updates a list for an authenticated user.
documented
Contacts · 7
- Create contactPOST /contacts
Creates a new contact for one or multiple lists.
documented - Get all contactsGET /contacts
Returns all contacts for the authenticated user.
documented - Get calls for contactGET /contacts/{id}/calls
Returns all calls for a specific contact.
documented - Get contactGET /contacts/{id}
Returns a contact by ID.
documented - Get paged contactsGET /contacts/paged/{pageNum}
Returns a page of contacts.
documented - Search contactsGET /contacts/search
Returns all contacts that match the search query.
documented - Update contactPUT /contacts/{id}
Updates a contact for an authenticated user.
documented
Calls · 3
Users · 3
- Create user via Google authenticationPOST /user/google/authorcreate
Creates a new CallOnTheGo user using a Google authentication token.
documented - Get user tokenPOST /user/token
Returns an authentication token for the given user (token-based auth).
documented - Register userPOST /user/appregister
Creates a new CallOnTheGo user account in the CallOnTheGo app.
documented