List Perks

GET
/api/v1/perks

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/perks"
[  {    "id": "string",    "name": "string",    "projectId": "string",    "slug": "string"  }]
{  "_tag": "Api/ActionForbiddenError",  "message": "string"}
{  "_tag": "Api/PerkServiceError",  "cause": "string"}