Zaply
HomeWebsite
HomeWebsite
  1. Manage Instance
  • Overview
  • Send Messages
    • Send Message via WhatsApp Instance
      POST
    • Send Media Message via WhatsApp Instance
      POST
    • Send Location Message via WhatsApp Instance
      POST
    • Send Contact Message via WhatsApp Instance
      POST
  • Instance Settings
    • Set Settings
      POST
    • Get Settings
      GET
  • Connection
    • Get QR Code for WhatsApp Connection
      GET
  • Manage Instance
    • Create Instance
      POST
    • Get Instance
      GET
    • Delete Instance
      DELETE
  1. Manage Instance

Create Instance

Developing
POST
https://api.zaply.dev/v1/instance
This endpoint allows you to create new instance.

Request

Header Params
Authorization
string 
optional
Example:
Bearer {{ZAPLY_AUTH_TOKEN}}

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://api.zaply.dev/v1/instance' \
--header 'Authorization: Bearer {{ZAPLY_AUTH_TOKEN}}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-30 17:07:30
Previous
Get QR Code for WhatsApp Connection
Next
Get Instance
Built with