Skip to main content
POST
/
sdk
/
partner-config
POST /sdk/partner-config
curl --request POST \
  --url https://api.botshield.ai/operations/sdk/partner-config \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (e.g., 'Bearer bs_live_sk_...')

Body

application/json

The body is of type object.

Response

Success

data
object
required