Retrieve a spend requisition

Retrieve a spend requisition by its ID.

Spend requisitions are pre-contract funding requests that flow through approvals. Use this endpoint to fetch the latest authoritative server-side representation after creation or approval.

Note: Spend Requisition was previously named Spend Request. Some programmatic names use the old terminology.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spend_request_idstringRequiredformat: "^spreq_c[a-z0-9]{24}$"

Response

dataobject

The spend requisition object.

This object represents a request to commit spend on the YunoJuno platform. Spend Requisition was previously named Spend Request in the API documentation; some programmatic names use the old terminology.