General Parameters - mobvistateam/Offline-API GitHub Wiki

Parameter Type Required? Description
apikey string Yes Mandatory. Uniquely identifies the publisher, which is a 32-bit encryption string. apikey can be used to request interface only after our approval.
Example:apikey=8b74bgdf992e13e1ef0f70d72a35c6d2
appid int Yes Mandatory. Uniquely identifies which app/site is integrated. ID generated after publishers add an app or wapsite.
Example:appid=123
restype string No The returned Text format, which is limited to the following values,
json:json text format
xml: xml text format
default: json
Example:restype=json

IMPORTANT: API parameters are case sensitive, and in lower case. The use of upper case characters in any of the parameters name will cause our ad-server to ignore that parameter completely.

Sample of a request using these parameters:
http://agentapi.rayjump.com/agentapi/ad?appid=1&apikey=8a44b3df992e13e1ef0f70d72a35c6d2&restype=json

⚠️ **GitHub.com Fallback** ⚠️