Skip to main content

Create a connected account request

POST 

/connected-accounts/connect

Start an authorization flow to link the authenticated user's account with an external identity provider.

Scopes

None required.

Request

Responses

Response Headers
    x-ratelimit-limit

    The maximum number of requests permissible during the limit’s window window

    x-ratelimit-reset

    The anticipated time (as a UNIX timestamp, in seconds) when the bucket will be replenished

    x-ratelimit-remaining

    The number of remaining requests remaining in the current window until requests are rejected

Response Messages

  • 201 Account connection request created successfully
  • 400 Invalid input based on schema.
  • 401 Unauthorized.
  • 403 Forbidden.
  • 429 Too Many Requests.