Authentication
Steadfast API is secured by the API Key authentication mechanism and given below API Key should be passed in HTTP request headers
API Key Name : X-Steadfast-API-Key
API Key Value: A 44 character long API key
If the API key will be missing from HTTP request headers, an authentication error will be returned.
The API key is different for each integration partner. It has already been shared separately.
Order API
POST
https://middleware.podapp.com.au/passthrough/customerorder
Headers
X-Steadfast-Api-Key
string
API Key Name that must be passed in request headers
Request Body
string
Please see below.
1.1 Authentication Pass
If a valid API key is provided, the API will send the correct response.
1.2 Authentication Failure
If there is an issue in authentication, API will send error code with error message.
Last updated
Was this helpful?