Skip to main content
All CollectionsDeveloper ResourcesWorking with the API
Retrieve service and capabilities configuration via API
Retrieve service and capabilities configuration via API
Anna avatar
Written by Anna
Updated over a week ago

Overview

This article explains how to retrieve the available Services and Capabilities on your MotionTools platform.

Prerequisites

Retrieve the service ID’s and associated capabilities configuration

  • Perform a GET /api/hailing/services (doc link) request to the API.

    • View an example request and response in our API docs here.

    • If you are unsure about how to interact with our API, please read this article first.

  • If successful, the result will contain the list of defined services together with the capabilities configuration for each service.

Relevance

The service id & capabilities configuration are useful in the following cases:

Related resources

Did this answer your question?