GET
/
Organization
/
settings
/
{orgId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/Organization/settings/{orgId} \
  --header 'requestToken: <api-key>'
{
  "general": [
    {
      "key": "<string>",
      "value": "<string>",
      "readOnly": false
    }
  ],
  "customFields": [
    {
      "key": "<string>",
      "value": "<string>",
      "readOnly": false
    }
  ],
  "identifiers": [
    {
      "key": "<string>",
      "value": "<string>",
      "readOnly": false
    }
  ],
  "forInvoices": [
    {
      "key": "<string>",
      "value": "<string>",
      "readOnly": false
    }
  ],
  "forPayOuts": [
    {
      "key": "<string>",
      "value": "<string>",
      "readOnly": false
    }
  ],
  "forWallets": [
    {
      "key": "<string>",
      "value": "<string>",
      "readOnly": false
    }
  ]
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

orgId
integer
required

The numeric identifier for organization, assigned by Payabli.

Example:

123

Response

200
application/json
Success
general
object[] | null
customFields
object[] | null

Any custom fields defined for the org.

identifiers
object[] | null
forInvoices
object[] | null
forPayOuts
object[] | null
forWallets
object[] | null

Information about digital wallet settings for the entity.