Videco
  1. Leads
Videco
  • 🎥 videco.io API reference
  • 🔒 Authentication
  • Personalize
  • Leads
    • Reading All the leads
      POST
    • Deleting a lead
      DELETE
    • Updating a lead
      PATCH
    • Creating a lead
      POST
  • Videos
    • Creating a video
      POST
    • Updating a video
      PATCH
    • Deleting a video
      DELETE
    • Reading All the videos
      POST
  1. Leads

Reading All the leads

POST
https://prod.your-api-server.com/api/v1/leads
pet

Request

Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prod.your-api-server.com/api/v1/leads' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟠405Validation error
application/json
Body
object {0}
Example
{}
🟢200OK
🟠404Record not found
Previous
Personalize
Next
Deleting a lead
Built with