# Retrieve policy details by ID **GET /api/v1/policy/{id}** Fetches details of a policy based on the given ID. The policy must belong to the authenticated user's organization or be under its parent organization. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ### Path parameters - **id** (string) The unique policy number identifier ## Responses ### 200 Policy details retrieved successfully #### Body: application/json (object) - **number** (integer) Unique policy number - **coverage** (object) Coverage details of the policy - **charges** (array[object]) List of charges associated with the policy - **organization** (object) Organization details associated with the policy ### 401 Not authenticated. The user must be logged in to access this endpoint. ### 404 Not Found. The policy does not exist or the user does not have permission to access it. [Powered by Bump.sh](https://bump.sh)