Skip to content

Instantly share code, notes, and snippets.

@Zettersten
Created April 30, 2015 21:01
Show Gist options
  • Save Zettersten/e3957bbd93d58db724bb to your computer and use it in GitHub Desktop.
Save Zettersten/e3957bbd93d58db724bb to your computer and use it in GitHub Desktop.
'Adapater' - Sign In
/*
* 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