Read one source
curl --request GET \
--url https://gateway.apiosk.com/v2/sources/{source_id} \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://gateway.apiosk.com/v2/sources/{source_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"category": "<string>",
"tags": [
"<string>"
],
"sectors": [
"<string>"
],
"jurisdiction": "<string>",
"operations": [
{
"id": "company_registry.search",
"name": "<string>",
"input": [
{
"field": "company.name",
"required": true,
"schema": {}
}
],
"output": [
"<string>"
],
"pricing": {
"model": "per_call",
"price": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
}
},
"freshness_seconds": 123,
"source_id": "<string>",
"variants": [
{
"input": [
{}
],
"pricing": {}
}
]
}
],
"logo_url": "<string>",
"sources": [
"<string>"
]
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}API Reference
Read one source
Free. Currently executable operations, schemas and buyer prices. Discovery-only sources can return source_not_found. Requires sources:read.
GET
/
v2
/
sources
/
{source_id}
Read one source
curl --request GET \
--url https://gateway.apiosk.com/v2/sources/{source_id} \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://gateway.apiosk.com/v2/sources/{source_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"category": "<string>",
"tags": [
"<string>"
],
"sectors": [
"<string>"
],
"jurisdiction": "<string>",
"operations": [
{
"id": "company_registry.search",
"name": "<string>",
"input": [
{
"field": "company.name",
"required": true,
"schema": {}
}
],
"output": [
"<string>"
],
"pricing": {
"model": "per_call",
"price": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
}
},
"freshness_seconds": 123,
"source_id": "<string>",
"variants": [
{
"input": [
{}
],
"pricing": {}
}
]
}
],
"logo_url": "<string>",
"sources": [
"<string>"
]
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}{
"error": {
"code": "invalid_source_input",
"message": "<string>",
"required_scope": "<string>",
"limit": "per_request",
"required": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"available": {
"amount": 0.023,
"amount_micro_usd": "23000",
"currency": "USD"
},
"field": "<string>",
"missing": [
"<string>"
],
"expected": [
"<string>"
],
"operations": [
"<string>"
],
"retry_after_ms": 123
}
}Authorizations
An organisation API key: Authorization: Bearer apk_org_live_…

