Skip to main content
GET
AhaSend Go SDK

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

account_id
string<uuid>
required

Account ID

route_id
string<uuid>
required

Route ID

Response

Route details

object
enum<string>
required

Object type identifier

Available options:
route
id
string<uuid>
required

Unique identifier for the route

created_at
string<date-time>
required

When the route was created

updated_at
string<date-time>
required

When the route was last updated

name
string
required

Route name

url
string<uri>
required

Webhook URL for the route

enabled
boolean
required

Whether the route is enabled

recipient
string | null

Recipient filter

attachments
boolean

Whether to include attachments in route payload

headers
boolean

Whether to include headers in route payload

group_by_message_id
boolean

Whether to group by message ID

strip_replies
boolean

Whether to strip reply content

success_count
integer

Number of successful calls

error_count
integer

Number of unsuccessful calls

errors_since_last_success
integer

Number of consecutive failed calls

last_request_at
string<date-time> | null

When the route was last called