Smore API Help

Profile

Get profile

Get the profile of the current user.

GET method/api/v1/me

Responses

{ "id": 12345, "email": "account@smore.im" }
{ "errorCode": 401001, "message": "Invalid access token" }
{ "errorCode": 401003, "message": "Authorization header is missing" }
{ "errorCode": 401004, "message": "Authorization type is not Bearer" }
{ "errorCode": 401005, "message": "Access token is expired, please refresh" }
{ "errorCode": 401006, "message": "User not found" }
Last modified: 08 December 2023