Partner
Create Partner Certificate
Create a partner certificate for which you can later create entitlements for
AuthorizationBasic <token>
Authorization header with value of Basic <auth string> where the auth string value
is a base64 encoded string of <client id>:<client secret>
In: header
partner_id?string
Partner ID (UUID or mapped external identifier)
certificate_type?string
Value in
"refund-protection" | "accident-coverage" | "shipping" | "stay-to-play" | "collectibles"Response Body
application/json
curl -X POST "https://api.verticalinsure.com/v1/partners/certificate" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"policy_number": "string"
}