Initializing help system before first use

Authentication resources

Operation Description
GET /api/authentication/token

Get bearer token details

POST /api/authentication/token

Generate a bearer token

GET /api/authentication/token

Get bearer token details

Get the bearer token details for the current user.

Responses

200 OK

The bearer token details for the current user

Content-Type application/vnd.com.fico.xpress.insight.v2+json

POST /api/authentication/token

Generate a bearer token

Generate a bearer token for the provided client for use in an Authorization: Bearer header

Request Body

Content-Type application/vnd.com.fico.xpress.insight.v2+json

Responses

200 OK

A new bearer token for the provided client ID

Content-Type application/vnd.com.fico.xpress.insight.v2+json

string

Content-Type text/plain

string

BearerTokenRequest: object

REST API credentials to generate a bearer token

Properties

clientId: string

The ID of client

maxAge: integer (int64)

The number of seconds until the generated token will expire

secret: string

The secret used to authorize the client

UserTokenInfo: object

Information about a user token

Properties

access_token_expiration_time: string

The expiration time of the token

cn: string

The user's common name

mail: string

The user's email address

uid: string (uuid)

The user ID

© 2001-2022 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.