GET
/_img-proxy/:id
This endpoint allows you to retrieve details for _img proxy/(specific id).
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
Example Request
cURL
curl -X GET https://aegis.purdyandfigg.dev/_img-proxy/123 \
-H "Authorization: Bearer YOUR_TOKEN"