We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @towynlin on February 24, 2015 22:9
Three endpoints are the same regardless of whether the app is for an organization.
POST /oauth/token
POST /v1/device_claims
GET /v1/devices
However, one API endpoint will be different between a generic Spark user context and in the context of an organization.
Conceptually, is the user signing up for a Spark account or to be a customer of the other organization?
For an organization:
POST /v1/orgs/mycompany/customers [email protected]&password=7he$ecret
For generic Spark users:
POST /v1/users [email protected]&password=7he$ecret
Copied from original issue: spark/mobile-sdk-ios#59
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
This issue was moved to #5
No branches or pull requests
From @towynlin on February 24, 2015 22:9
Three endpoints are the same regardless of whether the app is for an organization.
POST /oauth/token
POST /v1/device_claims
(as of Feb 24, need to fix in app & API)GET /v1/devices
However, one API endpoint will be different between a generic Spark user context and in the context of an organization.
User Sign Up
Conceptually, is the user signing up for a Spark account or to be a customer of the other organization?
For an organization:
For generic Spark users:
Copied from original issue: spark/mobile-sdk-ios#59
The text was updated successfully, but these errors were encountered: