Overview

What is TeamPulse Rest API

The TeamPulse REST API is a simple interface that gives you read and write access directly to the TeamPulse data. It allows you to easily create custom requests with some arguments and build client applications. This basically allows you to enhance and customize functionality via our API and connect it to your internal or external systems.

How it works

The API provides defined URLs for accessing resources and return responses. To perform a request, you need to select a calling convention, send a request with specific method and some arguments, and you will receive a formatted response.

The API accepts JSON or form-encoded content and returns JSON content in all responses.