Partner Authentication
Authentication APIs for partners
API authentications are performed by using the API key. All partners need to use below authentication API to get the API key which they can use for accessing other api services from Blowhorn.
Partner Authentication
POST
/orders/customer/authtoken
This api takes base64 encoded username and password to authenticate the partner and returns the partner API key. Post authentication Partners should be able to authenticate and use Blowhorn APIs by just passing API key each time in the header.
Request Body
Name
Type
Description
username*
String
Base64 encoded username string
password
String
Base64 encoded password string
Base64 Encoding
Last updated
Was this helpful?