curl --request GET \
--url https://app.pixy.art/api/v1/me \
--header 'Authorization: Bearer <token>'{
"user": {
"name": "Jane Doe",
"email": "jane@example.com"
}
}Return the resolved user for the provided Pixy bearer API key.
curl --request GET \
--url https://app.pixy.art/api/v1/me \
--header 'Authorization: Bearer <token>'{
"user": {
"name": "Jane Doe",
"email": "jane@example.com"
}
}Was this page helpful?