Postman Collection for Coupa APIs
To help partners and customers with the API implementation, Coupa has come up with a POSTMAN collection covering some of the common API use cases that we come across during our implementations. We believe this will help the customers and partners not only to reduce the implementation time but also to explore various integration options using Coupa APIs.
OAuth2/OIDC - Postman Collection
Make sure that the POSTMAN in your system is upgraded to the latest version
Postman Collection for Coupa APIs using OAuth Access Tokens
Setup
You will need the POSTMAN tool installed in your local before you start the collection steps given below.
- Download the collection file attached below as per the desired
Accept
header. Coupa supports application/xml
or application/json
accept headersAccept
Header -application/xml
- Coupa Postman Collection - XMLAccept
Header -application/json
- Coupa Postman Collection - JSON - Click on the "Import" option within the POSTMAN tool
- Upload the file you downloaded in step#1 and click Import
- Add a new Environment by clicking "New" and selecting "Environment" as shown below
- Enter the following variables and their values and the same environment with a meaningful name
Variable | Value |
---|---|
URL | https://customer-name.coupahost.com/api |
token_url | https://customer-name.coupahost.com/oauth2/token |
client_id | Available in the OAuth Client created at https://customer-name.coupahost.com/oauth2/clients |
client_secret | Available in the OAuth Client created at https://customer-name.coupahost.com/oauth2/clients |
scope | Available in the OAuth Client created at https://customer-name.coupahost.com/oauth2/clients |
treasury_url |
Enter the Coupa Treasury Host |
API Keys - Postman Collection
API Keys Deprecation
R32 - OAuth2.0 is the only available option for new customers
R34 - new API keys can no longer be issued to existing customers
R35 - API keys will no longer be supported
More Details