Skip to main content
Show Examples:

Typeahead API beta Integration Guide

Comments

1 comment

  • Yeonjin Kim

    2 comments:

    1) Auth API header Authorization value should be base64 encoded.

    Header:
    Key: 'Authorization'
    Value: 'Basic {apikey}:{shared_secret}' // {apikey}:{shared_secret} string should be base64 encoded.

    2) Both APIs' request header should include Host (yaml file needs an update as well).

    Host: api.ean.com
    0

Please sign in to leave a comment.