GET
/api/v1/unipass/certificate
curl \
--request GET 'https://api.plannrcrm.com/api/v1/unipass/certificate' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "444310fc-7e1a-454c-be56-fc8e4a7a347b",
"created_at": "2025-07-17T16:23:17+01:00",
"expires_at": "2026-07-17T16:23:17+01:00",
"updated_at": "2025-07-17T16:23:17+01:00",
"certificate_email": "example@example.com",
"certificate_serial_number": "132777832123178720399127681141946521234"
}