# Retrieve policies for the authenticated organization **GET /api/v1/policy** Returns a list of policies associated with the authenticated user's organization. The user must be authenticated. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ## Responses ### 200 A list of policies associated with the organization was successfully retrieved #### Body: application/json (array[object]) - **internalID** (string) Internal ID of the policy - **number** (integer) Unique policy number identifier - **cvc** (string) CVC of the policy - **ownerFirstname** (string) First name of the policy owner - **ownerLastname** (string) Last name of the policy owner - **ownerDOB** (string(date)) Date of birth of the policy owner - **petName** (string) Name of the pet covered by the policy - **petDOB** (string(date)) Date of birth of the pet covered by the policy - **effectiveDate** (string(date)) Policy's effective start date - **expirationDate** (string(date)) Policy's expiration date - **coverage** (object) Coverage details associated with the policy - **charges** (array) Charges associated with the policy ### 401 Not authenticated. The user must be logged in to access this endpoint. [Powered by Bump.sh](https://bump.sh)