Skip to main content
GET
Retrieve a destination link

Authorizations

Authorization
string
header
required

Authorization: Bearer rbk_live_...

Redbark-Version
string
header
required

The API release your integration is built against, e.g. 2026-10-01.wattle. Required on every request.

Path Parameters

id
string
required

The id of the object.

Example:

"dl_3Hj5Kl7mNp9qRs1tUv3wXy"

Response

The destination link

id
string
required
Example:

"dl_3Hj5Kl7mNp9qRs1tUv3wXy"

object
enum<string>
required
Available options:
destination_link
type
enum<string>
required
Available options:
sheets,
notion,
airtable,
ynab
status
enum<string>
required
Available options:
pending,
completed,
expired,
failed
url
string | null
required
destination
string | null
required
return_url
string | null
required
failure_reason
string | null
required
expires_at
string<date-time>
required
Example:

"2026-08-21T09:30:00.000Z"

completed_at
string<date-time> | null
required
Example:

"2026-08-21T09:30:00.000Z"

metadata
object | null
required

Up to 50 string pairs. Set a key to null in an update to unset it.

livemode
boolean
required
created
string<date-time>
required
Example:

"2026-08-21T09:30:00.000Z"

updated
string<date-time>
required
Example:

"2026-08-21T09:30:00.000Z"