v1

latestOpenAPI 3.0.12026-07-243902.3 MB
Claims Management

Get Claim Photos by Claim ID

<html> <p> This endpoint returns the current set of photos required or uploaded for a given claim. Each call generates fresh presigned URLs for the photos so they can be downloaded directly from Extend's storage. </p> <h2>Important:</h2> <ul> <li> Presigned URLs returned by this endpoint are short-lived. Fetch the response and use the URLs immediately — do not cache them. </li> <li> Requests are scoped to the calling merchant. A claim that does not belong to the caller's store will return <b>403: Forbidden</b>. </li> <li> If the claim exists but has no photos, the endpoint returns <b>200</b> with an empty <code>photoDetails</code> array (not a 404). </li> </ul> </html>
get/claims-management/claims/{claimId}/photos

Path parameters

claimIdstring uuid required
Example:c57ed096-24ef-49a4-a20a-d1b8bf770980

Unique identifier for a claim

Headers

Content-Typestring required
Example:application/json

Used to indicate the original media type of the resource (prior to any content encoding applied for sending).

X-Extend-Access-Tokenstring required
Example:ExtendAccessToken

An Extend Shared Access Token given to external partners used to authenticate requests.

X-Extend-Api-Version'2022-02-01' required

Api Version to use in the request.

Response

Successfully retrieved claim photos