All Collections
Integrations, API, & SSO
API & Webhooks
What is Coassemble's API functionality?
What is Coassemble's API functionality?

Find out about Coassemble’s API functionality.

Lucas avatar
Written by Lucas
Updated over a week ago

⚠️ For more information on Coassemble’s API, please read through the article: How do I use Coassemble’s API?

The Coassemble platform provides a REST API that can be used to access and manipulate workspace data.

The benefit of using Coassemble’s API is that you can connect the data generated in your Coassemble workspace to other platforms in your organisation's existing tech stack. This reduces the time spent and complexity of transferring data between platforms.

Overview of Coassemble’s API

The API documentation can be viewed at: https://developers.coassemble.com/api/overview

Each section of the documentation details routes and methods available for a range of application-specific entities including Courses, Enrolments, Assignments and Reports.

Each route is listed with the corresponding HTTP Method and URL.

eg. the route to GET Courses is listed as:

Parameters may be optional or required, and the data type is shown for each. The set of expected Response codes and data format is also listed.

Did this answer your question?