curl --request GET \ --url https://api.getmycard.eu/api/zapier/getUser \ --header 'Authorization: YOUR_API_KEY'
{ "success": true, "data": { "id": 1, "name": "John Doe", "email": "[email protected]", "phone": "+1234567890", "location": "New York, USA", "createdAt": "2023-05-01T00:00:00Z" } }
Fetches the first profile associated with a user identified by an API Key
Show User Profile Object