cURL
curl --request GET \ --url https://api.example.com/vendor/sellers/me/onboarding \ --header 'Authorization: Bearer <token>'
{ "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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
An onboarding object with its properties
Show child attributes