FAQ KB1263373
Email
OpenAPI: How to retrieve all the suppliers using Supplier Data API With Pagination
Symptom

Resolution

    Utilize the Supplier Data Pagination API with the VendorDataRequest endpoint:

    1. Use the following cURL command to retrieve all active vendors:curl -X POST "https://eu.openapi.ariba.com/api/supplierdatapagination/v4/prod/vendorDataRequests/?realm=REALM" -H "accept: application/json" -H "apiKey: APIKEY" -H "content-type: application/json" -d "{ \"smVendorIds\": [ ], \"outputFormat\": \"JSON\", \"withQuestionnaire\": true, \"withGenericCustomFields\": true, \"withBankDetail\": true, \"withTaxDetail\": true, \"withCompanyCodeDetail\": true, \"withDisqualifications\": true}"
    2. Replace APIKEY and REALM with specific values.
    3. Ensure the access token is included in the headers for authentication.
    4. Remove fields such as withQuestionnaire if not required.

    See Also

    Home > SAP Ariba APIs > Supplier Data API With Pagination



    Applies To

    Supplier Lifecycle & Performance > Supplier Lifecycle & Performance - Open API

    Terms of Use  |  Copyright  |  Security Disclosure  |  Privacy