Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Extole Javascript Core Extensions API

The Javascript Core Extensions API from Extole — 5 operation(s) for javascript core extensions.

Extole Javascript Core Extensions API is one of 44 APIs that Extole publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Javascript Core Extensions. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 8 operations across 5 paths, and defines 14 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://{brand}.extole.io.

8 operations 5 paths 14 schemas 1 DELETE4 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.extole.io
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Extole Javascript Core Extensions API declares 3 security schemes for authenticating requests. An API key is passed in the cookie as extole_token (COOKIE). An API key is passed in the header as Authorization (HEADER). An API key is passed in the query as access_token (QUERY). By default, every request must be authenticated.

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 4 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Javascript Core Extensions 8
GET
/v1/extended-cores
List JavaScript SDK core extensions
listExtendedCores 1 param → 200400401402403415429
POST
/v1/extended-cores
Create a JavaScript SDK core extension
createExtendedCore body → 200400401402403415429
GET
/v1/extended-cores/built
List built JavaScript SDK core extensions
listBuiltExtendedCores 1 param → 200400401402403415429
GET
/v1/extended-cores/{extendedCoreId}
Get a JavaScript SDK core extension
getExtendedCore 1 param → 200400401402403404415429
PUT
/v1/extended-cores/{extendedCoreId}
Update a JavaScript SDK core extension
updateExtendedCore 1 param body → 200400401402403404415429
DELETE
/v1/extended-cores/{extendedCoreId}
Archive a JavaScript SDK core extension
archiveExtendedCore 1 param → 200400401402403404415429
GET
/v1/extended-cores/{extendedCoreId}/built
Get a built JavaScript SDK core extension
getBuiltExtendedCore 1 param → 200400401402403404415429
POST
/v1/extended-cores/{extendedCoreId}/unarchive
Unarchive a JavaScript SDK core extension
unarchiveExtendedCore 1 param → 200400401402403404415429

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are ExtendedCoreResponse (7 properties), BuiltExtendedCoreResponse (7 properties), RestExceptionResponse (5 properties), ExtendedCoreCreateRequest (4 properties). Each schema is shown below with its type and property counts.

SourceCodeInExtendedCoreUpdateRequest
Choose between static or dynamic source code
BuiltExtendedCoreResponse
object
Built JavaScript SDK core extension with evaluated runtime values.
7 properties 7 required
ComponentReferenceRequest
object
2 properties
ExtendedCoreResponse
object
JavaScript SDK core extension source definition with build-time expressions.
7 properties 7 required
EnabledInExtendedCoreResponse
Build-time expression that controls whether the extension is active.
EnabledInExtendedCoreUpdateRequest
Choose between static or dynamic enabled
SourceCodeInExtendedCoreCreateRequest
JavaScript source code for the extended core.
SourceCodeInExtendedCoreResponse
Build-time expression that resolves to the JavaScript source code injected into the SDK.
ExtendedCoreUpdateRequest
object
Body of a PUT /v1/extended-cores/{extendedCoreId} request.
4 properties
ExtendedCoreCreateRequest
object
Body of a POST /v1/extended-cores request.
4 properties 1 required
EnabledInExtendedCoreCreateRequest
Whether the extended core is enabled.
ZonedDateTime
string
[RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557section-4) date-time with a num…
RestExceptionResponse
object
Represents the API error response
5 properties 5 required
ComponentReferenceResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

extole-javascript-core-extensions-api-openapi.yml Raw ↑

Other APIs Extole publishes across the network.

Extole Audiences API
Extole Authentication API
Extole Batch Jobs API
Extole Blocks API
Extole Campaign Controllers Actions API
Extole Campaign Controllers API
Extole Campaign Controllers Triggers API
Extole Campaign Flow Steps API
Extole Campaigns API
Extole Components API
Extole Components Grants API
Extole Components Settings API