Skip to main content

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

  1. In Accredible, generate an API token.
  2. In your workspace, create a new destination and select Accredible.
  3. Enter your API token (see Authentication below).
  4. 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

FieldTypeRequiredDescription
api_tokenstringYesAccredible 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.