> For the complete documentation index, see [llms.txt](https://docs.teranode.group/tng-identity-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teranode.group/tng-identity-documentation/tng-identity-issuers/issuer-api/api-documentation/credential-offer-claims.md).

# Credential Offer Claims

## Get credential offer claim image

> Returns the image if one exists for the credential offer claim with the given id.

```json
{"openapi":"3.0.0","info":{"title":"Identity Issuer Backend Documentation","version":"dev"},"servers":[{"url":"{hostname}","description":"Issuer Backend REST API Server","variables":{"hostname":{"default":"https://identity.nchainplatform.com/products/web/$IDENTITY_ENV_ID/issuer/api"}}}],"paths":{"/private/credential-offer-claims/{id}/image":{"get":{"operationId":"CredentialOfferClaimController_getImage","summary":"Get credential offer claim image","description":"Returns the image if one exists for the credential offer claim with the given id.","parameters":[{"name":"id","required":true,"in":"path","schema":{"format":"uuid","type":"string"}}],"responses":{"302":{"description":"The image has been found."},"400":{"description":"Input error."},"404":{"description":"Record not found"},"410":{"description":"Image was not found"},"500":{"description":"Internal server error"}},"tags":["Credential Offer Claims"]}}}}
```
