Dynamo Developer DocsDynamo Developer Docs
External APISuperpowers

List reusable superpowers and templates

List reusable superpowers and creative templates so callers can attach one to a post by reference (`creativeTemplateId`) instead of hand-building the full superpower object. Trimmed to identity + type fields.

GET/superpowers

Authorization

x-api-key x-date x-signature
x-api-key<token>

Your API key (the ApiKeys document id).

In: header

x-date<token>

Current timestamp in ISO-8601 (must be fresh — within −5s..+60s of server time).

In: header

x-signature<token>

HMAC-SHA256 of the x-date string keyed by your secret, lowercase hex.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/superpowers"
{  "superpowers": [    {      "id": "string",      "name": "string",      "hashtag": "string",      "templateType": "GENERAL",      "conditionalTemplateType": "MIX_MATCH",      "creativeTemplateId": "string"    }  ],  "templates": [    {      "creativeTemplateId": "string",      "name": "string",      "templateType": "GENERAL",      "conditionalTemplateType": "MIX_MATCH"    }  ]}
{  "message": "string"}
{  "message": "string"}