This documentation is still a work in progress. Please contact Support to register for early access.
curl --location --request GET 'https://api.portierx.com/api/v1/integrations/categories' \
--header 'Authorization: <api-key>'{
"msg": "string",
"data": [
{
"id": "string",
"name": "string",
"slug": "string",
"description": "string"
}
],
"meta": {
"pagination": {
"current_count": 0,
"current_page": 0,
"per_page": 0,
"total_pages": 0,
"total_items": 0
}
}
}