Read custom images for template
documentedRetrieve the custom image merge tags configured for a template.
GET /v1/templates/{template_id}/custom-imagesTemplatesno implementation yet0 runsNo 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"