v1
latestOpenAPI 3.1.02026-08-061838260.7 KBBulk Test Submission
Allows an authorized filer to transmit a BULK TEST submission file. When an authorized filer transmits a filing to this resource it will transmit the file to EDGAR and return a list of accession numbers. EDGAR will then begin processing the submissions.
Headers
DEPRECATED in favor of X-EDGAR-LOGIN-CIK. If a value is sent in X-EDGAR-LOGIN-CIK this header will be ignored. If no header value is sent in X-EDGAR-LOGIN-CIK this header's value (if present) will be used. An optional header to use to provide an alternate CIK to use to generate the accession number of the submission. The provided CIK must delegate to the CIK that the Filer API Token belongs to and the User API Token must represent a user that has permission to file for that CIK. This must be a valid CIK and cannot be blank or empty.
An optional header to use to provide an alternate CIK to use to generate the accession number of the submission. The provided CIK must delegate to the CIK that the Filer API Token belongs to and the User API Token must represent a user that has permission to file for that CIK. This must be a valid CIK and cannot be blank or empty.
Response
Accepted. The filing has been transmitted to the BULK TEST resource and the EDGAR system has generated accession number(s) for each contained filing. The submission(s) have begun processing.
Example response
{
"status": "RECEIVED",
"responses": [
{
"accessionNumber": "0000000001-22-000001",
"messages": [
{
"content": "The Filer API Key making this request will expire in less than two weeks."
}
],
"mode": "LIVE",
"transmissionStatus": "RECEIVED"
}
],
"messages": [
{
"content": "The Filer API Key making this request will expire in less than two weeks."
}
],
"transmissionStatus": "RECEIVED"
}