List Routes
<Callout intent="warning">
The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution.
</Callout>
Return every route on the authenticated organization. Each route includes the full `instructions` block so callers can resolve memos and mint/redeem addresses without an additional retrieve.
Authentication
AuthorizationBearer
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
Query parameters
cursor
limit
Response
OK
data
Page of routes, newest first, tie-broken by id.
nextCursor
Opaque cursor for the next page. Pass back verbatim as the cursor query param to fetch the next page; null when no more results.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error

