...
Public and Private Keys - Create key pair using openssl command described here - create certificate. Copy the public and private keys from this step.
$ openssl req -nodes -x509 -sha256 -newkey rsa:2048 -keyout private.pem -out public.pem
Client ID - Register OAuth2 client application - register application. Copy the API Key.
Company ID - see this link for instructions on finding your Company ID.
User ID - user id of a technical user who has the right permissions to access OData API
Mock credentials for your testing:
URL - https://3c3343b1-1498-4a6a-b63d-71aacb64c046.mock.pstmn.io
Username - sapuser@onwardb
Password - <contact us at support@onwardb.com>
To confirm your OAuth credentials are valid, you can use this blog to test with a third party tool.
...