Sign in

Read custom images for template

documented

Retrieve the custom image merge tags configured for a template.

GET /v1/templates/{template_id}/custom-imagesTemplatesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.getaccept.com/v1/templates/{{$template_id}}/custom-images" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Read custom images for template · GetAccept · OpenIntegrations