Show an image asset by ID
cURL
curl --request GET \ --url https://api.passentry.com/api/v1/image-assets/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "19cb334f9696e64e10e7759f0", "type": "imageAsset", "attributes": { "name": "Silver tier banner", "imageType": "banner", "processingStatus": "pending", "size": { "width": 1125, "height": 432 }, "entityId": "a1b2c3d4", "createdAt": "2026-03-01T12:00:00Z", "url": "https://cdn.passentry.com/image-assets/99/553085/19cb334f9696e64e10e7759f0.png", "watermark": { "color": "light", "position": "bottomRight" } } } }
Documentation IndexFetch the complete documentation index at: https://docs.passentry.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.passentry.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Image Asset ID
Successful
Show child attributes
Was this page helpful?
Suggestions
Contact support