Specify a resource

Resources are items you can perform actions on and retrieve information about using the API. The Connectivity Management API includes resources such as subscribers, tags and metadata.

To form an API call, you must identify the resource you want to interact with. Every resource is identified by its own URL, usually referred to as an "endpoint."

When you make an API call, the endpoint identifies the resource, or collection of resources, to act on. For example, if you make a call to the URL https://connectivity-eu-api.pelion.com/tags, you can perform actions on and retrieve data about subscriber tags for your company.

Info: For information about the resources available in the Connectivity Management API, see the API Reference documentation.