ScalepointDeveloper Portal
Events APIOperations

DEBUG ONLY: Publish event to self as if it was coming from Scalepoint Platform

Message should be POST'ed as application/json encoded content with Event-Type and other metadata specified in HTTP headers

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

Message should be POST'ed as application/json encoded content with Event-Type and other metadata specified in HTTP headers

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/self" \  -H "Event-Type: string" \  -H "Content-Type: application/json" \  -d 'string'
{  "id": "string"}