{
"onboarding": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"seller_id": "<string>",
"store_information": true,
"stripe_connection": true,
"locations_shipping": true,
"products": true
}
}
Retrieves the onboarding details of the current authenticated seller.
{
"onboarding": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"seller_id": "<string>",
"store_information": true,
"stripe_connection": true,
"locations_shipping": true,
"products": true
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.