PPylon Developers
ApiOrganizer Symbols

Create symbol

Creates a new symbol.

POST
/api/organizer/v1/sites/symbols
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/organizer/v1/sites/symbols" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "slug": "string",    "scope": "string",    "siteId": null  }'
{
  "symbolId": "6dee67fb-8a48-4652-be83-66515f0780d3"
}
{
  "code": "string",
  "message": "string"
}