Admin

Administrative endpoints (requires bearer token authentication)

Create or update registry entries

post
/registry

Administrative endpoint for manually creating or updating registry entries. This endpoint fetches entity data from Catalyst and asset bundle status from the CDN to populate the registry.

Use this endpoint to manually trigger registry updates for specific entities that may have been missed by the event-driven pipeline.

Authorizations
AuthorizationstringRequired

Bearer token authentication for administrative endpoints. The token must match the API_ADMIN_TOKEN environment variable configured on the server.

Body
entityIdsstring[]Required

List of entity IDs (CIDs) to add or update in the registry

Responses
chevron-right
200

Registry operation result

application/json
post
/registry

Flush internal caches

delete
/flush-cache

Administrative endpoint for flushing internal job caches. This clears cached job status information stored in Redis/memory.

Use this endpoint to reset cache state when troubleshooting or after manual database modifications.

Authorizations
AuthorizationstringRequired

Bearer token authentication for administrative endpoints. The token must match the API_ADMIN_TOKEN environment variable configured on the server.

Responses
chevron-right
200

Cache flush result

application/json
delete
/flush-cache

Last updated