The DeliveryRegions command will return all delivery regions available to your organization.
NOTE: there are no query parameters for this command.
All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".
OK Response.
{
"DeliveryRegions": [
{
"Id": 1,
"Name": "North America",
"Description": "North American datacenters."
},
{
"Id": 2,
"Name": "Australia",
"Description": null
}
],
"Status": 1,
"Error": null
}Array of DeliveryRegion objects.
The unique identifier of the delivery region.
The name of the delivery region.
A brief description of the delivery region.
Indicates the status of the API request.
0 = Error
1 = Success
In the event of an error, this will contain a detailed error message.