ScalepointDeveloper Portal
Policy ServicesOperations

Get Customer Policies

lookup policies by customerid

GET
/customers/{customerId}/policies

lookup policies by customerid

Authorization

oAuth2ClientCredentials
AuthorizationBearer <token>

Oauth2 with clientCredential flow

In: header

Path Parameters

customerId*string

Query Parameters

date*string
Formatdate
limit*number

Defines the limit of rows the endpoints will return. 'after' parameter denfines where the next page starts

after?number

Specifies where the page starts example, ?limit=10&after=20

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/customers/string/policies?date=2019-08-24&limit=0"
[  {    "description": "string",    "startDate": "2019-08-24",    "endDate": "2019-08-24",    "isActive": true,    "statusText": "string",    "policyVersionId": "string",    "number": "string",    "product": "string"  }]