# Rampart Documentation ## Docs - [List Contracts](https://docs.rampartcorporation.com/api-reference/contract/list.md): List of all the negotiated contracts. - [Mark a job as completed](https://docs.rampartcorporation.com/api-reference/job/complete.md): Mark the specified job as complete after all required files are uploaded. This triggers Rampart to begin spend analysis and savings opportunity detection for the job. - [Create a job](https://docs.rampartcorporation.com/api-reference/job/create.md): Create a job for a client. - [List all jobs](https://docs.rampartcorporation.com/api-reference/job/list.md): Paginated list of all the jobs (pending and completed). - [Get next job](https://docs.rampartcorporation.com/api-reference/job/next.md): Get the immediate next job to process in the queue. If no job is found, returns null. - [List pending jobs](https://docs.rampartcorporation.com/api-reference/job/pending.md): Paginated list of all the pending jobs Rampart is waiting for. - [Create Magic Link](https://docs.rampartcorporation.com/api-reference/magic-link/initiate.md): Create a magic link for the given email address. - [Get Opportunity](https://docs.rampartcorporation.com/api-reference/opportunity/get.md) - [List Opportunities](https://docs.rampartcorporation.com/api-reference/opportunity/list.md): Retrieve a list of all savings opportunities for the authenticated client. - [Submit Spend Analysis Consent (SAC)](https://docs.rampartcorporation.com/api-reference/sac/sign.md): Authorize Rampart to access account spend data and perform a savings analysis for this account. - [Get Upload URLs](https://docs.rampartcorporation.com/api-reference/storage/upload-urls.md): Get presigned URLs for the files in this batch from Rampart Storage. - [Integration summary](https://docs.rampartcorporation.com/documentation/integration-summary.md) - [Quickstart](https://docs.rampartcorporation.com/documentation/quickstart.md): Follow this guide to setup authorization and make your first request to the Rampart API. - [Changelog](https://docs.rampartcorporation.com/release-notes/changelog.md) ## OpenAPI Specs - [openapi](https://docs.rampartcorporation.com/api-reference/openapi.json)