curl --location 'https://api.snakk.ai/api/partner/admin/pending' \
--header 'X-Platform-Admin-Key;' \
--header 'X-API-Key: <api-key>'{
"pending": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"slug": "partner-acme-crm",
"name": "Acme CRM",
"description": "string",
"category": "string",
"auth_type": "string",
"is_active": false,
"is_partner": true,
"created_at": "2019-08-24T14:15:22.123Z",
"actions": [
{
"slug": "string",
"name": "string",
"description": "string",
"execution_type": "string",
"mock_response": null
}
],
"partner": {
"name": "Example AS",
"email": "partner@example.com"
}
}
]
}