cURL
curl --request GET \ --url https://mcp.arlohealth.ai/rest/consultations/{id}/media/{messageId} \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Get a signed URL for viewing media attached to a message.
OAuth 2.1 with PKCE
Consultation ID
Message ID containing the media
Type of media to retrieve
photo
video
file
Required for file type media
Media URL
Signed URL (expires in ~1 hour)