Vertical Insure
Customer

Create Customer Client Secret

Create customer client secret for web component payment method operations.

POST
/v1/auth/customer/secret
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

email_addressstring
Formatemail

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v1/auth/customer/secret" \  -H "Content-Type: application/json" \  -d '{    "email_address": "user@example.com"  }'
{
  "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
  "customer_email": "string",
  "secret": "string"
}