Skip to content

Instantly share code, notes, and snippets.

@dtolb
Created November 20, 2015 21:29
Show Gist options
  • Save dtolb/88ea7cdb4c7e38615c4f to your computer and use it in GitHub Desktop.
Save dtolb/88ea7cdb4c7e38615c4f to your computer and use it in GitHub Desktop.
Token
POST /v1/users/<user-id>/domains/<domain-id>/endpoints/<endpoint-id>/tokens
{}
HTTP/1.1 201 Create
Headers:
Location: <host>/v1/users/<user-id>/domains/<domain-id>/endpoints/<endpoint-id>/tokens/<token>
{
“expires” : 86400,
“token”: “283ha89bva289fajf2093jf”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment