Get Maintained Links
Get Maintained Links
Gets the list of all active links. Active links are those that have been connected and
for which data has been fetched, and which have not been deleted. The list is cursor-paged; submit the
next_cursor
value to get the next page of links.
URL
GET
Request
Response
cursor
: string
The next_cursor value from the previous batch
limit
: integer
The number of links per page.
default: 1000
Responses
200
Get all active links.
links
: array
default: []
next_cursor
: string
429
Rate limit exceeded.
error_code
: string
default: "api_error.rate_limit_exceeded"
Allowed values:
api_error.rate_limit_exceeded
error_message
: string
Error message
default: "Rate limit exceeded"
documentation_url
: string