Last active
August 29, 2015 14:01
-
-
Save salsalabs/098bec72ca60ba0aeacf to your computer and use it in GitHub Desktop.
This is a sample of an API authentication URL, broken down for legibility. See https://salsasupport.zendesk.com/entries/23529436-Authenticating
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
[API URL]/api/authenticate.sjs | |
?xml | |
&email=[email] | |
&password=[password] | |
&organization_KEY=[number] | |
&chapter_KEY=[number] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment