Skip to main content

Create Partner Certificate

POST 

https://api.verticalinsure.com/v1/partners/certificate

Create a partner certificate for which you can later create entitlements for

Request

Bodyrequired

    partner_id uuid
    certificate_type string

    Possible values: [refund-protection, accident-coverage, shipping]

Responses

Created
Schema
    id uuid
    policy_number string

Authorization: http

name: basic authtype: httpdescription: `Authorization` header with value of `Basic <auth string>` where the `auth string` value
is a base64 encoded string of `<client id>:<client secret>`
scheme: basic
curl -L 'https://api.verticalinsure.com/v1/partners/certificate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"certificate_type": "refund-protection"
}'
Request Collapse all
Base URL
https://api.verticalinsure.com
Auth
Body required
{
  "partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "certificate_type": "refund-protection"
}
ResponseClear

Click the Send API Request button above and see the response here!