curl --request GET \
--url https://api.getcargo.io/v1/userManagement/users/me \
--header 'Authorization: Bearer <token>'{
"user": {
"uuid": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"picture": "<string>",
"lastSignInAt": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"webExtensionData": {
"linkedin": {
"li_at": "<string>"
},
"timezone": "<string>"
},
"pylonEmailHash": "<string>"
}
}Get the current authenticated user
curl --request GET \
--url https://api.getcargo.io/v1/userManagement/users/me \
--header 'Authorization: Bearer <token>'{
"user": {
"uuid": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"picture": "<string>",
"lastSignInAt": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"webExtensionData": {
"linkedin": {
"li_at": "<string>"
},
"timezone": "<string>"
},
"pylonEmailHash": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?