List sandbox source-adapter records
GET
/sources/availableLists sample source-adapter records exposed by the hosted sandbox. These records support integration evaluation and do not claim generally available production adapters; provisioned beta integrations require a separate design-partner agreement.
Response
slugURL-safe stable identifier.
string
display_nameHuman-readable name of the source platform.
string
api_tierOne of: managed, guided.
managed | guided
auth_typeHow the platform is authenticated (e.g. `oauth`, `manual`).
string
websiteMarketing or documentation URL for the source platform.
string
descriptionHuman-readable description.
string
Request
bash
curl -sS "https://phosra-api-sandbox-production.up.railway.app/api/v1/sources/available"Response
json
[
{
"slug": "string",
"display_name": "string",
"api_tier": "managed",
"auth_type": "string",
"website": "string",
"description": "string"
}
]