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"{
"secret": "string",
"partnerId": "bf408d53-df49-40a6-8455-a34bd4360901"
}