Skip to main content
Version: v1

Absorb Integration API (v1)

Download OpenAPI specification:Download

Authenticate

Authenticates the user and provides an API token to use in subsequent API calls.

Authorizations:
api_key
header Parameters
x-api-key
string
x-api-version
string

1

Request Body schema: application/json

The credentials required to authenticate with the API.

username
required
string non-empty

The login username of the user.

password
required
string non-empty

The login password of the user.

privateKey
required
string <guid> non-empty

A unique key identifying the client. System owners can request their key.

Responses

Response Schema: application/json
string

Request samples

Content type
application/json
{
  • "username": "string",
  • "password": "string",
  • "privateKey": "string"
}

Response samples

Content type
application/json
"string"