Skip to main content
GET
/
routing
/
default
/
profile
Routing - Retrieve Default For Profile
curl --request GET \
  --url https://sandbox.foldd.com/routing/default/profile \
  --header 'api-key: <api-key>'
{
  "profile_id": "<string>",
  "connectors": [
    {
      "merchant_connector_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.foldd.com/llms.txt

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

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the Foldd dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Response

Successfully retrieved default config

profile_id
string
required
connectors
object[]
required