HHS (US Department of Health and Human Services) Application Alpha API is one of 21 APIs that HHS (US Department of Health and Human Services) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 6 JSON Schema definitions.
Tagged areas include Application Alpha. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, rate-limit docs, and 6 JSON Schemas.
This API exposes
14 operations
across 11 paths,
and defines 53 schemas.
It is described by OpenAPI 3.1.0, at version v0.
Requests are made against the base URL https://api.fda.gov.
14 operations11 paths53 schemas1 DELETE3 GET5 POST5 PUT
Metadata
The identity and technical contract details declared by the specification.
HHS (US Department of Health and Human Services) Application Alpha API declares
3 security schemes
for authenticating requests.
An API key is passed in the header as X-SGG-Token (ApiJwtAuth).
An API key is passed in the header as X-SGG-Internal-Token (InternalApiJwtAuth).
An API key is passed in the header as X-API-Key (ApiUserKeyAuth).
Paths & Operations 14
Across 11 paths, the API surfaces 14 operations — 1 DELETE, 3 GET, 5 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.
Application Alpha 14
POST
/alpha/applications/start
Create a new application for a competition
body→ 200422401404
GET
/alpha/applications/{application_id}
Get an application by ID
1 param→ 200401404
PUT
/alpha/applications/{application_id}
Update an application
1 parambody→ 200422401404403
POST
/alpha/applications/{application_id}/submit
Submit an application
1 param→ 200401404
POST
/alpha/applications/{application_id}/attachments
Create an attachment on an application
1 parambody→ 200422401404
POST
/alpha/applications/{application_id}/submissions
Get all application submissions for an application
The contract defines 53 schemas that model the data the API accepts and returns. The most detailed are FormAlphaSchema (17 properties), ApplicationFormGetResponseDataSchema (13 properties), CompetitionAlphaSchema (12 properties), ApplicationGetResponseDataSchema (10 properties). Each schema is shown below with its type and property counts.