Organization Seals
Get seal image
Retrieve the seal's rendered PNG image as a base64 data URI. Rate limited to 60/min. Each retrieval is audit-logged.
get/seals/{id}/image
Path parameters
idstring uuid required
Seal ID
Response
Seal image retrieved successfully
Example response
{
"content_type": "image/png"
}Changes
Changed in 1 of the 5 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○