Partner
Create Partner Client Secret
Create partner client secret for embedded component 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
Response Body
application/json
curl -X POST "https://api.verticalinsure.com/v1/auth/partner/secret"{
"partner_id": "6a3a39f6-861b-4a48-b868-5de838400e06",
"secret": "string"
}