curl --request GET \
--url https://gateway.apiosk.com/v1/apis/{slug}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"long_description": "<string>",
"category": "<string>",
"listing_type": "<string>",
"docs_url": "<string>",
"gateway_base_url": "<string>",
"example_usage": "<string>",
"authentication": {},
"active": true,
"verified": true,
"listing_metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"endpoints": [
{
"method": "<string>",
"path": "<string>",
"full_url": "<string>",
"description": "<string>",
"price_usd": 123,
"payment_required": true,
"request_body": {},
"response_body": {},
"request_example": null,
"response_example": null,
"headers": {},
"query_params": {}
}
]
}curl --request GET \
--url https://gateway.apiosk.com/v1/apis/{slug}{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"long_description": "<string>",
"category": "<string>",
"listing_type": "<string>",
"docs_url": "<string>",
"gateway_base_url": "<string>",
"example_usage": "<string>",
"authentication": {},
"active": true,
"verified": true,
"listing_metadata": {},
"created_at": "2023-11-07T05:31:56Z",
"endpoints": [
{
"method": "<string>",
"path": "<string>",
"full_url": "<string>",
"description": "<string>",
"price_usd": 123,
"payment_required": true,
"request_body": {},
"response_body": {},
"request_example": null,
"response_example": null,
"headers": {},
"query_params": {}
}
]
}Gateway API slug.
Public listing detail including endpoint docs.
Show child attributes