Examples
This is a collection of examples to help you get familiar with the Scalepoint API's.
Official repo of our examples at GitHub: https://github.com/scalepoint-tech/examples.
Scalepoint ID Get Token
This example shows the principles behind Scalepoint Authentication
Libraries
Scalepoint provides simple to use client helper libraries in Java/.NET that abstract token generation away from you.
- In .NET, you can simply use this helper to get access tokens: https://github.com/scalepoint-tech/oauth-token-net-client#getting-started
- In Java, you can use a similar one: https://github.com/scalepoint-tech/oauth-token-java-client#getting-started