Fetch a specific Export Configuration
TODO: Resource-level docs
Fetch a specific Export Configuration.
Path parameters
-
The type of communication – Messages, Calls, Conferences, and Participants
GET /v1/Exports/{ResourceType}/Configuration
curl \
-X GET https://bulkexports.twilio.com/v1/Exports/{ResourceType}/Configuration \
--user "username:password"
Response examples (200)
{
"enabled": true,
"resource_type": "string",
"url": "https://example.com",
"webhook_method": "string",
"webhook_url": "https://example.com"
}
Response examples (200)
{
"enabled": true,
"resource_type": "string",
"url": "https://example.com",
"webhook_method": "string",
"webhook_url": "https://example.com"
}