Portals
This endpoint can be used to retrieve a list of all available portals GoedGeplaatst can communicate with.
Reference
GET /portals/
Example
Request
GET /rest/v1/portals/ HTTP/2
Response
{
"result": true,
"errors": [],
"data": [
{
"keyword": "website",
"description_short": "Voorraadlijst voor gebruik op uw eigen website",
"description_long": "",
"url": "www.goedgeplaatst.nl"
},
{
"keyword": "marktplaats",
"description_short": "Marktplaats.nl",
"description_long": "",
"url": "www.marktplaats.nl"
},
{
"keyword": "tweedehands",
"description_short": "2dehands.be",
"description_long": "",
"url": "www.2dehands.be"
}
]
}