Advertisement
OttoLeadoo

Example of JSON file format

Jan 20th, 2021
1,676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.34 KB | None | 0 0
  1. "Domain": "https://example.company.com"
  2. "Endpoint":"/api/leadoo/lead"
  3. "API-KEY": "XXXXXXXXXXXXXXXX" <- your API key.
  4. "Content-Type": "application/json" <- you can also use text/json
  5.  
  6. {
  7. "info":"Some extra info",
  8. "phone":"XXXXXXXXXXXX",
  9. "name":"Example Lead",
  10. "conversation":"the full conversation here"
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement