For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account

Deprecated

Create or Update an account

post

Use this method to update impact.com when the status of an account changes or when a new account is created. This call is only available on a classic program.

Authorizations
AuthorizationstringRequired
Path parameters
tenant_aliasstringRequired

Tenant being referenced.

Body
idstringRequired

Unique identifier for the account.

Example: abc123
currencystringOptional

ISO 4217 standard currency code (e.g. USD, EUR).

Example: USD
Responses
200

Account created or updated.

application/json
idstringRequired

Unique identifier for the account.

Example: abc123
currencystringOptional

ISO 4217 standard currency code (e.g. USD, EUR).

Example: USD
post/{tenant_alias}/accountsync
cURL
Deprecated

Lookup an account

get

Looks up an Account based upon id and returns the stored account information. This call is only available on a classic program.

Authorizations
AuthorizationstringRequired
Path parameters
tenant_aliasstringRequired

Tenant being referenced. E.g. "aboih12h16t" or "test_abo912126tastastt"

accountIdstringRequired

The id of the account to look up.

Responses
200

Account found.

application/json
idstringRequired

Unique identifier for the account.

Example: abc123
currencystringOptional

ISO 4217 standard currency code (e.g. USD, EUR).

Example: USD
get/{tenant_alias}/account/{accountId}
cURL

Last updated