Skip to main content
GET
/
api
/
v1
/
developers
/
connect
/
status
Get Connect Status
curl --request GET \
  --url https://api.example.com/api/v1/developers/connect/status \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

refresh
boolean
default:false

Force a live Stripe re-check

Response

Successful Response