Resource Index

GET /api/providers/

Documentation

Common feature support

Scheduling 🚫
Versioning 🚫
Free-text search 🚫

Resource Permissions

Read Restricted to authenticated superusers
Create Restricted to authenticated superusers
Update Restricted to authenticated superusers
Delete Restricted to authenticated superusers

Response Headers

200 OK
Content-Type: application/json

Response Body

{ "objects": [
{
"base_url":
""
"cdn_code":
null
"data_source_id":
null
Unique identifier for this object from an upstream system
"last_data_ingest":
null
"self":
/api/providers/prov_836f61055db248f2905e67a3113a7bb8/
"slug":
"generic"
"uid":
"prov_836f61055db248f2905e67a3113a7bb8"
Globally unique identifier for this object
},
{
    "base_url": "https://api.mux.com/video/v1/",
    "cdn_code": null,
    "data_source_id": null,
    "last_data_ingest": null,
    "self": "/api/providers/prov_70726f765f6d75782d30303100000000/",
    "slug": "mux",
    "uid": "prov_70726f765f6d75782d30303100000000"
}
] }

Limit

This response has been automatically limited to 5 items. Control this with the paging, limiting and ordering parameters.