The Authentication and API endpoints for a particular region

interface RegionEndpoints {
    api: string;
    auth: string;
}

Properties

Properties

api: string

The url to the commercetools API endpoint for the region

auth: string

The url to the commercetools auth endpoint for the region

Generated using TypeDoc