curl --request GET \
--url https://api.example.com/api/Placements/Sources[
{
"id": 123,
"companyID": 123,
"name": "<string>"
}
]curl --request GET \
--url https://api.example.com/api/Placements/Sources[
{
"id": 123,
"companyID": 123,
"name": "<string>"
}
]Was this page helpful?