Created
April 30, 2015 21:01
-
-
Save Zettersten/e3957bbd93d58db724bb to your computer and use it in GitHub Desktop.
'Adapater' - Sign In
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Sign In | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ | |
"signIn" : { | |
"signInRequest" : { | |
"apiKey" : "... Enter Client ID ...", | |
} | |
} | |
} | |
/* | |
* Response Body | |
*/ | |
{ | |
"signInResponse":{ | |
"token":"dfa55067-42cc-4fa0-b196-f87dd737e6fc", | |
"ttl":5100 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment