Policy By ID
Fetch details of a policy by ID. The endpoint below allows you to get the details of policy by using the policy ID.
GET /api/v1/client/policies/:id
Path param
authorization : *bearer
REQUEST BODY SCHEMA: application/json
Name | Description | Required | Type |
---|---|---|---|
id | The id of the policy | Required | String |
Responses
Code | Description |
---|---|
200 | Return Policy |
409 | Unauthorized |