Skip to main content
POST
/
grant
cURL
curl --request POST \
  --url https://api.example.com/grant \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "productId": "<string>",
  "customerId": "<string>",
  "policyId": "<string>",
  "branchId": "<string>"
}

Query Parameters

whenAt
string

Optional: the whenAt datetime

Body

application/json
token
string
required

Token

Response

productId
string
required

The productId

customerId
string
required

Customer id

policyId
string
required

Policy id

branchId
string
required

Branch id