Get Callback URL

Get Callback URL

Description

This call can be used to get the website name and order ID when getting called back from Impress.ly.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
app-id String Required Unique App-Id for the site provided by Impress.ly. You can retrieve the app-id from the query string.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/impressly/callback.json?auth-userid=0&api-key=key&app-id=appid

Response

Returns the required additional parameters when called back from Impress.ly.

Example:

{"websitename":"domain.com","orderid":543210}