URL: https://YourFirmName.centerbase.com/mobile/api.svc/json/login

Method: POST

Content-Type: application/json

Description

Signs into Centerbase using your Centerbase user name and password. Returns a Session ID that will be used in all subsequent calls to the API.

Request

Request Body Sample

{ "user-name":"Bill", "password":"Cowboys" }

Response

Response Sample

{
	"error-code":0,"error-message":null,
	"session-id":"42ed2ab4-06ba-4803-8d0a-445af8bf3140"
}

Notes

Each user in Centerbase has both a USERNAME and an EMAIL ADDRESS. When logging into Centerbase normally (outside of the API), you would use the user’s E-mail Address. However, in the case of the API, you need to use their User Name. It is possible for the user name to be the same as the email address, but often times it is not. Here are a few locations in Centerbase where you can verify the user name: