Include the API base URL
The base URL follows the HTTP method in your request. The Connectivity Management API's base URL is: https://connectivity-eu-api.pelion.com
You must provide the base URL in every API call you make. To the base URL, you append an endpoint path, parameters, and access token to form a request.
The endpoint path identifies the resource, or collection of resources, that you want to perform an action on. The access token is used to validate that you have permission to access the API.
Depending on the endpoint, and the action you want to perform, you might also: