Difference between revisions of "Template:PreReq Vendor Credentials"
From Updox API
(Created page with "# This API call requires Vendor-level credentials. The credentials should be populated into the <code>applicationId</code> and <code>applicationPassw...") |
|||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | 1 This API call requires [[Vendor credentialing|Vendor-level credentials]]. The credentials should be populated into the <code>applicationId</code> and <code>applicationPassword</code> fields of the <code>auth</code> block: | |
{ | { | ||
... | ... | ||
"auth": { | "auth": { | ||
− | "applicationId": "<span style="color: | + | "applicationId": "<span style="color:blue">vendorId</span>", |
− | "applicationPassword": "<span style="color: | + | "applicationPassword": "<span style="color:blue">vendorPassword</span>", |
− | "accountId": " | + | "accountId": "", |
"userId": "" | "userId": "" | ||
− | + | } | |
+ | } |
Latest revision as of 13:47, 2 December 2015
1 This API call requires Vendor-level credentials. The credentials should be populated into the applicationId
and applicationPassword
fields of the auth
block:
{ ... "auth": { "applicationId": "vendorId", "applicationPassword": "vendorPassword", "accountId": "", "userId": "" } }