cURL
curl --request GET \ --url https://www.catchthegoodones.com/api/v1/dm-templates
{ "templates": [ { "id": 1, "name": "Intro message", "messageBody": "Hi! I noticed you recently followed me. I'd love to connect.", "createdAt": "2026-04-10T12:00:00.000Z", "updatedAt": "2026-04-10T12:00:00.000Z" } ] }
Returns all DM templates for the authenticated user
Authorization
Bearer ctgo_your_api_key_here
curl https://www.catchthegoodones.com/api/v1/dm-templates \ -H "Authorization: Bearer ctgo_your_api_key_here"