ScalepointDeveloper Portal
Events APIOperations

External - publish events to Scalepoint Platform

External - Publish events to Scalepoint Platform - Customers could be IC's or Service Providers

POST
/v1/{country}/external/{tenant}/send

External - Publish events to Scalepoint Platform - Customers could be IC's or Service Providers

Path Parameters

country*string

country

tenant*string

tenant

Header Parameters

Event-Type*string

Event-Type

Request Body

application/json

payload

TypeScript Definitions

Use the request body type in TypeScript.

body*string

Response Body

application/json

curl -X POST "https://example.com/v1/string/external/string/send" \  -H "Event-Type: string" \  -H "Content-Type: application/json" \  -d 'string'
{  "id": "string"}