CoolCard API
API Endpoint Documentation
URL
GET https://my.usecoolcard.com/account/api/zapierParameters
Parameter
Type
Required
Description
Headers
Response
Response Body
[
{
"id": 123,
"uid": "John Doe",
"kartid": "abc123",
"ip": "192.168.1.1",
"country": "Turkey",
"city": "Istanbul",
"browser": "Chrome",
"device": "Desktop",
"ad": "Reklam",
"eposta": "[email protected]",
"telefon": "+905555555555",
"mesaj": "Bu bir test mesajıdır.",
"date": "2023-08-26T10:45:00Z",
"okundu": 1,
"company": "ABC Corp"
},
]Error Cases
400 Bad Request: API key is missing.
500 Internal Server Error:
Use Cases
Getting User Messages
Response Sorting
Notes
Example Response
Example Response
Last updated