Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Ingestion – Pull

This API will work in Asynchronous manner . It will immediately return “Success” if items are ingested properly. It may take some time to sync with our MetaX system based on the quantum items in the feed to be ingested.

Resource URL

GET - /metax/3.0/ingest/pull/

Header Paramater

Authorization
required
Bearer Access Token to be sent with all client requests.

Form Parameter

feed
required
Public URL of the feed to be ingested.

Example Request URL

GET - http://__JTV__HOST__/metax/3.0/ingest/pull/

Example Request

Example PHP Code

Example Return

Success
HTTP status code : 200 Faliure
HTTP status code : 401 HTTP status code : 404