List all destinations within account
Returns a list of all accessible destinations within your Fivetran account.
Request schema
Query parameters
cursor
string
limit
integer
format:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
GET
https://api.fivetran.com/v1/destinations
GET /v1/destinations?cursor=null&limit=null HTTP/1.1
Accept: application/json;version=2
Authorization: Basic REPLACE_BASIC_AUTH
Host: api.fivetran.com
Responses
200
Successful response
Successful response schema
items
arrayrequired
The collection of return items
nextCursor
string
The value of the cursor parameter for the next page
example:
{
"items": [
null
],
"nextCursor": "cursor_value"
}