Admin
Administrative endpoints (requires bearer token authentication)
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.
Bearer token authentication for administrative endpoints. The token must match
the API_ADMIN_TOKEN environment variable configured on the server.
List of entity IDs (CIDs) to add or update in the registry
Registry operation result
Bad request - no entity IDs provided
Unauthorized - missing or invalid bearer token
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.
Bearer token authentication for administrative endpoints. The token must match
the API_ADMIN_TOKEN environment variable configured on the server.
Cache flush result
Unauthorized - missing or invalid bearer token
Last updated