Seo Url

The Seo Url API enables an asset lookup based on the seo url id. The id is an MD5 hash of the seo url.

Example API Call

curl -XGET http://a3pi.active.com/v2/seourls/6b90cc386cacc7230c5317777327cff4

curl -XGET http://a3pi.active.com/v2/seourls/6b90cc386cacc7230c5317777327cff4?load_asset=true

Sample Response

{
    md5Id: 6b90cc386cacc7230c5317777327cff4
    assetGuid: 9e0eeafb-9b4f-456b-a8b2-6c305145dd75
    urlAdr: http://www.active.com/community-services-program/mesquite-nv/boot-camp-2010-lp763
}

Parameters

load_asset
Optional boolean - A boolean indicating that the asset details should be returned instead of the seo url details.