Accredible
Introduction
The Accredible destination connector is currently in development.
At this time, the connector supports authentication/credential validation against the Accredible API, but it does not yet support loading data into Accredible.
Setup
- In Accredible, generate an API token.
- In your workspace, create a new destination and select Accredible.
- Enter your API token (see Authentication below).
- Save and test the connection.
Authentication
This connector authenticates using an API token sent in the Authorization header:
- Header:
Authorization: Token <api_token>
During connection testing, the connector validates the token by calling:
GET https://api.accredible.com/v1/credentials?limit=1
If the request fails, the connection test will fail with an error indicating credential validation failed.
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Accredible API token used to authenticate requests. |
Data loading support
Data loading is not yet implemented. Runs will fail with a message indicating that destination loading is still in development.
Streams / objects
Not yet available.