Returns the seller's account details and status

Returns the authenticated seller's account information including business name, email, account status, and seller type.

Authentication

AuthorizationBearer

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

Response

Success
sellerIdstringOptional
businessNamestringOptional
emailstringOptionalformat: "email"
accountStatusenumOptional
sellerTypeenumOptional
createdAtdatetimeOptional

Errors

400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error