Get Media Providers
GET {{URL}}/v1/settings/application/media/providers
Use the /v1/settings/application/media/providers
endpoint to compile a list of media providers for sending media links. A providers list allows you to have different media providers for the same provider type while being able to pick a provider to use on a per request basis.
Response Parameters
Name | Description |
---|---|
name type: String | Required. The name for the provider. |
type type: String | Required. The name for the provider. |
config type: config object | Required. The config object. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |