Skip to main content
GET
/
api
/
v1
/
enterprise
Get partner config
curl --request GET \
  --url https://studio.x402layer.cc/api/v1/enterprise \
  --header 'X-Enterprise-Key: <api-key>'
{
  "partner": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "slug": "<string>",
    "endpoint_creation_fee": 123,
    "min_topup_amount": 123,
    "initial_credits": 123,
    "credits_per_dollar": 123,
    "revenue_share_enterprise": 123,
    "revenue_share_singularity": 123,
    "revenue_share_infra": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.x402layer.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Enterprise-Key
string
header
required

Enterprise partner API key with sgl_ent_ prefix. Create keys in the Enterprise Dashboard under API Keys.

Response

Partner configuration

partner
object