cURL
curl --request GET \ --url http://localhost:3001/portal-api/products/{product_id}/spec-details/{spec-id}/graphql/schema \ --header 'Authorization: <api-key>'
"<string>"
Download a GraphQL schema file for a specific Specification in a Documentation Product
UID of an API Product
ID of the Specification
1
OK
The response is of type string.
string
Was this page helpful?