Account Information
Get your details
get
Authorizations
Header parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
User details fetched successfully
application/json
401
Unauthorized access
403
Your plan does not have API access
422
Requested workspace does not belongs to you
500
Error in fetching user details
get
GET /api/v1/public/me HTTP/1.1
Host:
Authorization: Bearer JWT
X-TexAu-Context: text
Accept: */*
{
"success": true,
"message": "User details fetched successfully",
"data": {
"userId": "text",
"firstname": "text",
"lastname": "text",
"email": "james@hotmail.com",
"phone": "text",
"workspaceName": "text",
"workspaceId": "text",
"limits": {
"totalDailyExecutionTimeLeft": 1,
"totalMonthlyExecutionTimeLeft": 1,
"emailEnrichmentsLeft": 1
}
}
}
Last updated