cURL
curl --request POST \ --url https://api.example.com/grant \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
200
Example
{ "productId": "<string>", "customerId": "<string>", "policyId": "<string>", "branchId": "<string>"}
Optional: the whenAt datetime
Token
The productId
Customer id
Policy id
Branch id
Was this page helpful?