Jagel.Co
  1. Create Batch
Jagel.Co
  • Jagel.Co
  • Send Broadcast Direct
    • Send Template
      POST
  • Template
    • List Template
      GET
    • Template Content
      GET
  • Create Batch
    • Create Batch
      POST
  • Create Batch List
    • Create Batch List
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Create Batch

Create Batch

POST
https://dashboard.jagel.co/api/v1/batch

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Example
{
  "name": "batch_name",
  "type": "batch_type"
}

Request Code 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://dashboard.jagel.co/api/v1/batch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "name": "batch_name",
  "type": "batch_type"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "message": "Batch is successfully created",
    "errors": [],
    "data": {
        "batch_unique_id": "XXXXX9253367a089b0c242d7.441XXXXX",
        "name": "batch_name"
    }
}
Modified at 2025-02-03 09:47:28
Previous
Template Content
Next
Create Batch List
Built with