curl --request GET \
--url https://your-bknd.io/api/auth/me
{
"user": {
"id": "<string>",
"email": "<string>",
"name": "<string>"
}
}
User
The response is of type object
.
curl --request GET \
--url https://your-bknd.io/api/auth/me
{
"user": {
"id": "<string>",
"email": "<string>",
"name": "<string>"
}
}