Skip to content

Instantly share code, notes, and snippets.

@Zettersten
Last active August 29, 2015 14:07
Show Gist options
  • Save Zettersten/e0bcf765fbe9a80cf584 to your computer and use it in GitHub Desktop.
Save Zettersten/e0bcf765fbe9a80cf584 to your computer and use it in GitHub Desktop.
'ThePlatform' - Sign In Request
/*
* Http Post
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters
* Method: Sign In
*/
/*
* Request Body
*/
{
"signIn" : {
"signInRequest" : {
"username" : "... Enter Client ID ...",
"password" : "... Enter Password ..."
}
}
}
/*
* 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