User Details

GET {{SL_BASE_URL}}/api/user/me

With this endpoint, the SellerLegend API responds with details of the user against the supplied access_token. The response contains: * id -- SellerLegend Account ID * name -- the name of the user registered at SellerLegend * email -- the registered email on SellerLegend * status -- the status of the account on SellerLegend * active -- if the user is active on SellerLegend, 1 | 0

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"Success","code":200,"message":"User","path":"api/user/me","user":{"id":100000,"name":"Fxxxxx Dxxxxx","email":"fdxxxxx@domain.co","status":"ACTIVE","active":1}}