List Org Providers
Platform-wide defaults for kind, plus this organisation's own registered providers.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
kind*Kind
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/providers?kind=string"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "kind": "string", "name": "string", "type": "string", "model": "string", "endpoint": "string", "description": "string", "enabled": true, "credits_per_unit": 0, "billing_unit": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}