Your first API call
curl --location --request GET 'https://api.mediarithmics.com/v1/plugins?max_results=100' \
--header 'content-type: application/json' \
--header 'Authorization: <API_TOKEN>'{
"status": "ok",
"data": [
...
],
"count": 100,
"total": 181,
"first_result": 0,
"max_result": 100,
"max_results": 100
}Last updated
Was this helpful?