Skip to content
Steven Baker edited this page Nov 20, 2018 · 7 revisions

Welcome to the SierraCSharpRestClient wiki!

The Basics

Getting Access to the Api

To gain access to the Api, you will need a client key and client secret. We require these to obtain a token.

The token provides developer account authentication and authorization.

The basic steps are:

Set up a Sierra REST API account:

  • Obtain a client key. Each library administers distribution of client keys for access to its system.
  • Create a client secret. (The client secret must be at least 8 characters long.) Your client application uses the key/secret pair to request an access token from the Sierra REST API authorization endpoint. Your client application extracts the access token from the response and sends the access token with each API request. The Sierra REST API authorization implementation does not support refresh tokens.

https://techdocs.iii.com/sierraapi/Content/zReference/authClient.htm

Clone this wiki locally