Skip to main content

Validate Connection

POST 

/api/faire/instances/:integrationInstance/validate-connection

Verify this integration's stored access token against Faire and capture the brand it belongs to.

Calls Faire to confirm the token is live and reads the brand name/id, which is stored on the integration. Use it to re-check a connection's health or to populate the brand before grouping two integrations that share one Faire account.

Path Parameters:

  • integrationInstance (required) — the integration to verify

Auth: Requires Bearer token.

Errors:

  • 422 — the token could not be verified with Faire (missing, revoked, or unreachable)

Request

Responses

OK

Response Headers
    Content-Type