Created
November 20, 2015 21:29
-
-
Save dtolb/88ea7cdb4c7e38615c4f to your computer and use it in GitHub Desktop.
Token
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
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