Get the Unipass certificate
Get the Unipass certificate on the currently authenticated user. Returns 404 if there is no certificate.
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
GET /api/v1/unipass/certificate
curl \
-X GET https://api.plannrcrm.com/api/v1/unipass/certificate \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"uuid": "c7da40bd-0eaf-4a4a-8f59-7b8b2e6694b8",
"created_at": "2024-11-20T13:23:59+00:00",
"expires_at": "2025-11-20T13:23:59+00:00",
"updated_at": "2024-11-20T13:23:59+00:00",
"certificate_email": "example@example.com",
"certificate_serial_number": "132777832123178720399127681141946521234"
}