Skip to main content

Make Distributor

PUT /api/v1/businesses/:businessId/make-distributor

Description

Make a business a distributor.

Request:

  • Authentication:

    • Type: Bearer Token

    • Token: {{bearerToken}} (Replace with the actual bearer token)

  • URL:

    • Raw URL: /api/v1/businesses/:businessId/make-distributor

    • Host:

    • Path: /api/v1/businesses/:businessId/make-distributor

    • Variables:

      • businessId: (Required)

Response:

  • Status: OK (200)
/api/v1/businesses/:businessId/make-distributor

🔑 Authentication bearer

ParamvalueType
tokenbearerTokenstring

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request PUT \ 
--url /api/v1/businesses/:businessId/make-distributor \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!