GET /v1/connectors
Returns a list of connectors ordered by descending creation date (newer first). See 'Managing your Connector' for more information.
Servers
- https://api.cohere.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
X-Client-Name |
String | No |
The name of the project that is making the request. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Number | No |
Maximum number of connectors to return [0, 100]. Default value: 30 |
offset |
Number | No |
Number of connectors to skip before returning results [0, inf]. Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.