Skip to main content
POST
/
api
/
v1
/
teams
/
{team_id}
/
checkout
/
sync
/
import-from-stripe
Start a Stripe-tagged-product import for a hub
curl --request POST \
  --url https://api.member.dev/api/v1/teams/{team_id}/checkout/sync/import-from-stripe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "hub_id": "<string>"
}
'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "code": "<string>",
      "detail": "<string>",
      "id": "<string>",
      "meta": {},
      "source": {}
    }
  ],
  "meta": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Body

application/vnd.api+json
hub_id
string
required

Response

Successful Response