Sessionboard Open API
Updated over a week ago

When you are ready to receive an API token for your event, please contact support@sessionboard.com.

We offer partners and clients the ability to fully integrate with Sessionboard via our open API.

Endpoints allow read-only access to speakers, sessions, sponsors, and exhibitor data that can be pulled into third-party platforms. This must be configured within the third-party platform with the API token provided by Sessionboard.

Click HERE to access the endpoints available to you.

When a call is made to the endpoint, Sessionboard sends all the information that is described in the body of the response. It is up to the receiving application to decide if they want to use every field that Sessionboard provides, or only map specific ones.

Filters can be sent in each request to obtain certain types of information.

  • For example: If an application only wants info on approved sessions, you can call the Sessions endpoint and filter by status = approved. T

  • For example: You can use createdAt and updatedAt filters to check for only new records, or only updated records since the last time you requested the data.

Did this answer your question?