Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Organization API key passed as a bearer token.
The current user was resolved successfully.
Hide child attributes
Was this page helpful?