Authorizations
API key for authentication. Format: zdb_your_api_key_here
Response
User profile information
curl --request GET \
--url http://localhost:3000/auth/profile \
--header 'X-API-Key: <api-key>'Returns the authenticated user’s profile information
curl --request GET \
--url http://localhost:3000/auth/profile \
--header 'X-API-Key: <api-key>'API key for authentication. Format: zdb_your_api_key_here
User profile information
Was this page helpful?