Skip to main content
GET
/
api
/
Placements
/
Sources
Get Placement Sources.
curl --request GET \
  --url https://api.example.com/api/Placements/Sources
[
  {
    "id": 123,
    "companyID": 123,
    "name": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
companyID
integer<int32>
name
string | null