{ "limit": 50, "page": 1 // "search": "" }
curl --location -g --request POST 'https://api.b2b.retter.io/5p1hp1d2t/{{RIO_PROJECT_ID}}/CALL/ParameterSource/listSources/{{MIRCATE_PROJECT_ID}}' \ --header 'x-api-key: ***************' \ --header 'Content-Type: application/json' \ --data-raw '{ "limit": 50, "page": 1 // "search": "" }'
{ "meta": { "total": 1, "count": 1, "perPage": 20, "currentPage": 1, "totalPages": 1 }, "sources": [ { "id": "Ow021Z", "name": "Banks", "type": "string" } ] }