Absorb Integration API (v2)
Download OpenAPI specification:Download
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 2 |
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
- Payload
Content type
application/json
{- "username": "string",
- "password": "string",
- "privateKey": "string"
}
Response samples
- 200
- 400
- 403
Content type
application/json
"string"