Skip to main content
GET
/
api
/
v1
/
company
/
config
Get company configuration
curl --request GET \
  --url http://localhost:7701/api/v1/company/config \
  --header 'X-API-Key: <api-key>'
{
  "time_to_wait_sync": 6,
  "default_response": "sync",
  "retry_failed_payments": false,
  "max_retry_attempt": 1
}

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Response

Company configuration

time_to_wait_sync
number<float>
Example:

6

default_response
enum<string>
Available options:
sync,
async
Example:

"sync"

retry_failed_payments
boolean
Example:

false

max_retry_attempt
integer
Example:

1