DestinationsService
A list of all methods in the DestinationsService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
listDestinations | List Destinations |
listDestinations
List Destinations
- HTTP Method:
GET
- Endpoint:
/destinations
Return Type
ListDestinationsOkResponse
Example Usage Code Snippet
import { Celitech } from 'celitech-sdk';
(async () => {
const celitech = new Celitech({
clientId: 'client-id',
clientSecret: 'client-secret',
});
const { data } = await celitech.destinations.listDestinations();
console.log(data);
})();
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs