API Errors
{
"error": {
"message": "request nonce is missing or invalid",
}
}
All requests to an authenticated endpoint need to include a JWT in the
Authentication
header. See Request Headers for more information.{
"error": {
"message": "Not Authorized."
}
}
Mutating requests need to include a valid User Action Signature in the
X-DFNS-USERACTION
header. See User Action Signing for more information.{
"error": {
"message": "user action signature is missing or invalid"
}
}
This is an unexpected error. Please try your request again. If the call continues to fail, please contact support.
{
"error": {
"message": "Internal Server Error"
}
}
Last modified 3mo ago