Current Time:

AP Ingestion HTTP Submit WebAPI.

Submit content for AP Ingestion

Please use POST method with request headers.

Request Headers:

-- X-Api-Key [api key associated with particular feed]

-- Content-Type [application/xml (default)]

Body Payload:

Payload content should be validated content according to AP specification.

Example:

POST /submit HTTP/1.1

Host: igmapi-qa.aptechdevlab.com

x-api-key: yourassignedapikey

content-type: application/xml

Return code:

200-OK Successfully ingested.
400-BadRequest See response message for detail.