--- swagger: "2.0" info: x-ibm-name: document title: Document version: 1.0.0 description: "" schemes: - https basePath: /v1 consumes: - application/json produces: - application/json - maheswararao.challa@fedex.com securityDefinitions: oauth2: type: oauth2 description: "" flow: accessCode scopes: Fulfillment_Returns: maheswararao.challa@fedex.com authorizationUrl: https://api-sandbox.supplychain.fedex.com/api/sandbox/fsc/oauth2/authorize tokenUrl: https://api-sandbox.supplychain.fedex.com/api/sandbox/fsc/oauth2/token x-tokenIntrospect: url: https://vp1npmqdp01-v1.genco.com/api/sandbox/fsc/oauth/introspect client_secret: type: apiKey description: Enter client_secret in: header name: X-IBM-Client-Secret Client_Id: type: apiKey in: header name: X-IBM-Client-Id description: Enter Client Id security: - Client_Id: [] oauth2: - Fulfillment_Returns client_secret: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /documents/{documentId}: get: responses: 200: description: 200 OK parameters: - name: accessToken type: string required: false in: header description: Enter AccessToken, it is mandatory in case of basic authentication. - name: documentId type: string required: true in: path description: Enter document id description: This API retrieves documents associated with the document ID provided in the request. security: - client_secret: [] Client_Id: [] - oauth2: - Fulfillment_Returns summary: Get Documents consumes: - application/json produces: - application/json tags: [] x-ibm-endpoints: - endpointUrl: https://api-sandbox.supplychain.fedex.com/api/sandbox type: - development ...