List connectors
GET {{baseUrl}}/v3/connectors/:provider
Lists the connectors in your Nylas application
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Limit the number of results in a connector list | |
offset | string | Offset the list of results in a connector list |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":[{"provider":"\u003cstring\u003e","settings":"\u003cobject\u003e","scope":["\u003cstring\u003e","\u003cstring\u003e"]},{"provider":"\u003cstring\u003e","settings":"\u003cobject\u003e","scope":["\u003cstring\u003e","\u003cstring\u003e"]}],"limit":"\u003cinteger\u003e","offset":"\u003cinteger\u003e"}