Authentication
Your username and Password
When working with the sandbox, the username and password are always sandboxUser and sandboxPassword! respectively.
See the JSON example below.
# This will be apart of your sandbox requests.
{
"credentials": {
"username": "sandboxUser",
"password": "sandboxPassword!"
}
}
Production credentials
A new set of credentials will be configured on production.
The production endpoint will also be provided after UAT's Sign Off for Go-live.
Updated 12 months ago