Customer
Create Customer Client Secret
Create customer client secret for web component payment method operations.
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
Format
emailResponse 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" }'{
"secret": "string",
"customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
"customerEmail": "string"
}