Get a spec

View as Markdown
Gets information about an API specification.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

specIdstringRequired
The spec's ID.

Response

Successful Response
idstringOptional
The specification's ID.
fileFormatenumOptional
The specification's file format.
namestringOptional
The specification's name.
typeenumOptional
The type of API specification.
createdByintegerOptional
The user ID of the user that created the specification.
updatedByintegerOptional
The ID of the user who updated the specification.
createdAtdatetimeOptional
The date and time at which the specification was created.
updatedAtdatetimeOptional
The date and time at which the specification was updated.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error