Skip to content

Get Distributor Segment ​

GET
/v1/internal/creditmanagement/distributors/segment

Retrieve the payment and business segment for a distributor. Restricted to ADMIN and PRODUCT_MANAGEMENT roles.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Query Parameters

distributor_id*

Identifier of the distributor.

Type
string
Required
Min Length
1

Responses​

OK

application/json
JSON
{
  
"distributor_id": "string",
  
"payment_segment": "string",
  
"business_segment": "string"
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​