Extole Integration API - Server to Extole
Server-side operations: rewards (list/get/state/fulfillments), persons, events, reward suppliers, files, SFTP servers, batch jobs, and zone rendering. 82 operations across 60 paths.
Server-side operations: rewards (list/get/state/fulfillments), persons, events, reward suppliers, files, SFTP servers, batch jobs, and zone rendering. 82 operations across 60 paths.
{
"components" : {
"examples" : {
"access_denied" : {
"summary" : "access_denied",
"value" : {
"code" : "access_denied",
"http_status_code" : 403,
"message" : "The access_token provided is not permitted to access the specified resource.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"audience_not_found" : {
"summary" : "audience_not_found",
"value" : {
"code" : "audience_not_found",
"http_status_code" : 400,
"message" : "Audience was not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_data_source_empty" : {
"summary" : "batch_job_data_source_empty",
"value" : {
"code" : "batch_job_data_source_empty",
"http_status_code" : 400,
"message" : "Data source is required",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_delete_not_allowed" : {
"summary" : "batch_job_delete_not_allowed",
"value" : {
"code" : "batch_job_delete_not_allowed",
"http_status_code" : 400,
"message" : "Batch job cannot be deleted while it's in current status",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_event_name_invalid" : {
"summary" : "batch_job_event_name_invalid",
"value" : {
"code" : "batch_job_event_name_invalid",
"http_status_code" : 400,
"message" : "Invalid batch job event_name, name should have a value, max length 255",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_invalid_state_transition" : {
"summary" : "batch_job_invalid_state_transition",
"value" : {
"code" : "batch_job_invalid_state_transition",
"http_status_code" : 400,
"message" : "Current state doesn't allow the specified operation",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_locked" : {
"summary" : "batch_job_locked",
"value" : {
"code" : "batch_job_locked",
"http_status_code" : 423,
"message" : "Batch job is locked by another process. Please try again later.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_name_invalid" : {
"summary" : "batch_job_name_invalid",
"value" : {
"code" : "batch_job_name_invalid",
"http_status_code" : 400,
"message" : "Invalid batch job name, name should have a value, max length 255",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_tag_invalid" : {
"summary" : "batch_job_tag_invalid",
"value" : {
"code" : "batch_job_tag_invalid",
"http_status_code" : 400,
"message" : "Invalid batch job tag, name should have a value, max length 255",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"batch_job_unauthorized_scopes" : {
"summary" : "batch_job_unauthorized_scopes",
"value" : {
"code" : "batch_job_unauthorized_scopes",
"http_status_code" : 400,
"message" : "Attempt to update scopes to unauthorized values",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"binding_error" : {
"summary" : "binding_error",
"value" : {
"code" : "binding_error",
"http_status_code" : 400,
"message" : "Argument is not of the expected type",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"blocked_content_url" : {
"summary" : "blocked_content_url",
"value" : {
"code" : "blocked_content_url",
"http_status_code" : 403,
"message" : "Content url is blocked",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"code_contains_reserved_word" : {
"summary" : "code_contains_reserved_word",
"value" : {
"code" : "code_contains_reserved_word",
"http_status_code" : 403,
"message" : "Shareable code contains reserved word",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"code_illegal_character" : {
"summary" : "code_illegal_character",
"value" : {
"code" : "code_illegal_character",
"http_status_code" : 403,
"message" : "Code can only contain alphanumeric, dash and underscore",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"code_out_of_range" : {
"summary" : "code_out_of_range",
"value" : {
"code" : "code_out_of_range",
"http_status_code" : 403,
"message" : "Code length must be between 4 and 50 characters",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"code_taken" : {
"summary" : "code_taken",
"value" : {
"code" : "code_taken",
"http_status_code" : 403,
"message" : "The code associated with this shareable has already been specified",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"code_taken_by_promotion" : {
"summary" : "code_taken_by_promotion",
"value" : {
"code" : "code_taken_by_promotion",
"http_status_code" : 400,
"message" : "The code associated with this shareable is already used by a promotion link",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"content_description_length_exceeded" : {
"summary" : "content_description_length_exceeded",
"value" : {
"code" : "content_description_length_exceeded",
"http_status_code" : 403,
"message" : "Content description length exceeded",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"content_image_url_invalid" : {
"summary" : "content_image_url_invalid",
"value" : {
"code" : "content_image_url_invalid",
"http_status_code" : 403,
"message" : "Invalid content image_url",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"content_url_length_out_of_range" : {
"summary" : "content_url_length_out_of_range",
"value" : {
"code" : "content_url_length_out_of_range",
"http_status_code" : 400,
"message" : "Content url is out of range",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_already_exists" : {
"summary" : "data_already_exists",
"value" : {
"code" : "data_already_exists",
"http_status_code" : 400,
"message" : "Data already exists",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_attribute_name_invalid" : {
"summary" : "data_attribute_name_invalid",
"value" : {
"code" : "data_attribute_name_invalid",
"http_status_code" : 403,
"message" : "Shareable data attribute name is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_attribute_name_length_out_of_range" : {
"summary" : "data_attribute_name_length_out_of_range",
"value" : {
"code" : "data_attribute_name_length_out_of_range",
"http_status_code" : 403,
"message" : "Shareable data attribute name length is out of range. Max 200 chars",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_attribute_value_invalid" : {
"summary" : "data_attribute_value_invalid",
"value" : {
"code" : "data_attribute_value_invalid",
"http_status_code" : 403,
"message" : "Shareable data value is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_attribute_value_length_out_of_range" : {
"summary" : "data_attribute_value_length_out_of_range",
"value" : {
"code" : "data_attribute_value_length_out_of_range",
"http_status_code" : 403,
"message" : "Shareable data attribute value length is out of range. Max 2000 chars",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_not_found" : {
"summary" : "data_not_found",
"value" : {
"code" : "data_not_found",
"http_status_code" : 400,
"message" : "Data not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"data_values_invalid" : {
"summary" : "data_values_invalid",
"value" : {
"code" : "data_values_invalid",
"http_status_code" : 400,
"message" : "Data values parameter format is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"decryption_error" : {
"summary" : "decryption_error",
"value" : {
"code" : "decryption_error",
"http_status_code" : 400,
"message" : "Could not decrypt file",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"event_blocked" : {
"summary" : "event_blocked",
"value" : {
"code" : "event_blocked",
"http_status_code" : 400,
"message" : "Blocked due to client specific rules to ignore spurious events",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"external_sftp_destination_invalid_username" : {
"summary" : "external_sftp_destination_invalid_username",
"value" : {
"code" : "external_sftp_destination_invalid_username",
"http_status_code" : 400,
"message" : "Username is not valid for external sftp destination. A valid username must not be empty or blank, not longer than 255 characters and contain only ASCII printable characters",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_download_error" : {
"summary" : "file_asset_download_error",
"value" : {
"code" : "file_asset_download_error",
"http_status_code" : 400,
"message" : "File Asset can't be downloaded",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_duplicated_name" : {
"summary" : "file_asset_duplicated_name",
"value" : {
"code" : "file_asset_duplicated_name",
"http_status_code" : 400,
"message" : "Duplicated file asset name",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_expired" : {
"summary" : "file_asset_expired",
"value" : {
"code" : "file_asset_expired",
"http_status_code" : 400,
"message" : "File Asset is expired",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_file_processing_error" : {
"summary" : "file_asset_file_processing_error",
"value" : {
"code" : "file_asset_file_processing_error",
"http_status_code" : 400,
"message" : "Failed to process uploaded file",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_input_file_missing" : {
"summary" : "file_asset_input_file_missing",
"value" : {
"code" : "file_asset_input_file_missing",
"http_status_code" : 400,
"message" : "Input file is mandatory",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_invalid_name" : {
"summary" : "file_asset_invalid_name",
"value" : {
"code" : "file_asset_invalid_name",
"http_status_code" : 400,
"message" : "Name max length is 255 and should contain only alphanumeric characters",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_invalid_tags" : {
"summary" : "file_asset_invalid_tags",
"value" : {
"code" : "file_asset_invalid_tags",
"http_status_code" : 400,
"message" : "Tags cannot be null, empty or longer than 255 chars",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"file_asset_not_found" : {
"summary" : "file_asset_not_found",
"value" : {
"code" : "file_asset_not_found",
"http_status_code" : 400,
"message" : "File Asset not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"forward_to_profile_is_device" : {
"summary" : "forward_to_profile_is_device",
"value" : {
"code" : "forward_to_profile_is_device",
"http_status_code" : 400,
"message" : "Forward to profile is device",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"forwarding_profile_is_device" : {
"summary" : "forwarding_profile_is_device",
"value" : {
"code" : "forwarding_profile_is_device",
"http_status_code" : 400,
"message" : "Forwarding profile is device",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"identity_key_value_already_taken" : {
"summary" : "identity_key_value_already_taken",
"value" : {
"code" : "identity_key_value_already_taken",
"http_status_code" : 400,
"message" : "Identity key value already taken",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_block_reason" : {
"summary" : "invalid_block_reason",
"value" : {
"code" : "invalid_block_reason",
"http_status_code" : 400,
"message" : "Block reason can't be empty",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_client_id" : {
"summary" : "invalid_client_id",
"value" : {
"code" : "invalid_client_id",
"http_status_code" : 400,
"message" : "Invalid client id",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_content_url" : {
"summary" : "invalid_content_url",
"value" : {
"code" : "invalid_content_url",
"http_status_code" : 403,
"message" : "Invalid content url",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_credentials" : {
"summary" : "invalid_credentials",
"value" : {
"code" : "invalid_credentials",
"http_status_code" : 403,
"message" : "The credentials provided with this request are invalid.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_duration" : {
"summary" : "invalid_duration",
"value" : {
"code" : "invalid_duration",
"http_status_code" : 400,
"message" : "The requested duration for this token must end within the first ten millenium",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_event_time_format" : {
"summary" : "invalid_event_time_format",
"value" : {
"code" : "invalid_event_time_format",
"http_status_code" : 400,
"message" : "Invalid event time format. Expected: ISO8601 format",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_json" : {
"summary" : "invalid_json",
"value" : {
"code" : "invalid_json",
"http_status_code" : 400,
"message" : "JSON is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_key_value" : {
"summary" : "invalid_key_value",
"value" : {
"code" : "invalid_key_value",
"http_status_code" : 400,
"message" : "Invalid key value",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_limit" : {
"summary" : "invalid_limit",
"value" : {
"code" : "invalid_limit",
"http_status_code" : 400,
"message" : "Limit should be a non negative integer",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_null" : {
"summary" : "invalid_null",
"value" : {
"code" : "invalid_null",
"http_status_code" : 400,
"message" : "The attribute may be omitted but not nullified",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_offset" : {
"summary" : "invalid_offset",
"value" : {
"code" : "invalid_offset",
"http_status_code" : 400,
"message" : "Offset should be a non negative integer",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_parameter" : {
"summary" : "invalid_parameter",
"value" : {
"code" : "invalid_parameter",
"http_status_code" : 400,
"message" : "Parameter is invalid.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_program" : {
"summary" : "invalid_program",
"value" : {
"code" : "invalid_program",
"http_status_code" : 400,
"message" : "Invalid Program",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_redirect" : {
"summary" : "invalid_redirect",
"value" : {
"code" : "invalid_redirect",
"http_status_code" : 400,
"message" : "Invalid redirect",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"invalid_time_format" : {
"summary" : "invalid_time_format",
"value" : {
"code" : "invalid_time_format",
"http_status_code" : 400,
"message" : "Invalid time format. Expected: ISO8601 format",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"journey_not_found" : {
"summary" : "journey_not_found",
"value" : {
"code" : "journey_not_found",
"http_status_code" : 400,
"message" : "Journey not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"label_is_missing" : {
"summary" : "label_is_missing",
"value" : {
"code" : "label_is_missing",
"http_status_code" : 403,
"message" : "Label is missing",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"label_name_contains_illegal_character" : {
"summary" : "label_name_contains_illegal_character",
"value" : {
"code" : "label_name_contains_illegal_character",
"http_status_code" : 403,
"message" : "Label name can only contain alphanumeric, dash and underscore characters",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"label_name_length_out_of_range" : {
"summary" : "label_name_length_out_of_range",
"value" : {
"code" : "label_name_length_out_of_range",
"http_status_code" : 403,
"message" : "Label name is not of valid length",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"local_sftp_destination_invalid_username" : {
"summary" : "local_sftp_destination_invalid_username",
"value" : {
"code" : "local_sftp_destination_invalid_username",
"http_status_code" : 400,
"message" : "Username is not valid for local sftp destination. A valid username must start with the client shortname. It can only contain letters, numbers and the following chars: \"_\", \"@\", \"-\", \".\". The length must be between 3 and 100 characters.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"max_fetch_size_1000" : {
"summary" : "max_fetch_size_1000",
"value" : {
"code" : "max_fetch_size_1000",
"http_status_code" : 400,
"message" : "Maximum allowed difference between limit and offset should be 1000",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"membership_not_found" : {
"summary" : "membership_not_found",
"value" : {
"code" : "membership_not_found",
"http_status_code" : 400,
"message" : "Membership was not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"method_unauthorized" : {
"summary" : "method_unauthorized",
"value" : {
"code" : "method_unauthorized",
"http_status_code" : 401,
"message" : "Unauthorized access to this endpoint",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_access_token" : {
"summary" : "missing_access_token",
"value" : {
"code" : "missing_access_token",
"http_status_code" : 403,
"message" : "No access_token was provided with this request.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_audience_id" : {
"summary" : "missing_audience_id",
"value" : {
"code" : "missing_audience_id",
"http_status_code" : 400,
"message" : "Audience ID is not specified",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_credentials" : {
"summary" : "missing_credentials",
"value" : {
"code" : "missing_credentials",
"http_status_code" : 403,
"message" : "No credentials provided with this request.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_event_name" : {
"summary" : "missing_event_name",
"value" : {
"code" : "missing_event_name",
"http_status_code" : 400,
"message" : "Event name is required.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_extole_public_key" : {
"summary" : "missing_extole_public_key",
"value" : {
"code" : "missing_extole_public_key",
"http_status_code" : 400,
"message" : "Cannot decrypt file as extole public key is not created",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_request_body" : {
"summary" : "missing_request_body",
"value" : {
"code" : "missing_request_body",
"http_status_code" : 400,
"message" : "Missing request body",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"missing_zone_name" : {
"summary" : "missing_zone_name",
"value" : {
"code" : "missing_zone_name",
"http_status_code" : 400,
"message" : "Zone name must be present",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"no_creative" : {
"summary" : "no_creative",
"value" : {
"code" : "no_creative",
"http_status_code" : 400,
"message" : "No Configured creative.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"partner_ids_invalid" : {
"summary" : "partner_ids_invalid",
"value" : {
"code" : "partner_ids_invalid",
"http_status_code" : 400,
"message" : "Partner ids parameter format is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"payment_required" : {
"summary" : "payment_required",
"value" : {
"code" : "payment_required",
"http_status_code" : 402,
"message" : "The access_token provided is associated with an unpaid account.",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"period_count_invalid" : {
"summary" : "period_count_invalid",
"value" : {
"code" : "period_count_invalid",
"http_status_code" : 400,
"message" : "Invalid period count",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"period_not_supported" : {
"summary" : "period_not_supported",
"value" : {
"code" : "period_not_supported",
"http_status_code" : 400,
"message" : "Period not supported",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"person_not_found" : {
"summary" : "person_not_found",
"value" : {
"code" : "person_not_found",
"http_status_code" : 403,
"message" : "Person not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"person_not_identified" : {
"summary" : "person_not_identified",
"value" : {
"code" : "person_not_identified",
"http_status_code" : 400,
"message" : "Person is not identified",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"person_not_rewardable" : {
"summary" : "person_not_rewardable",
"value" : {
"code" : "person_not_rewardable",
"http_status_code" : 403,
"message" : "Person does not have email address",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"person_step_invalid_flow_query" : {
"summary" : "person_step_invalid_flow_query",
"value" : {
"code" : "person_step_invalid_flow_query",
"http_status_code" : 400,
"message" : "Person step flow query is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"person_step_invalid_visit_type" : {
"summary" : "person_step_invalid_visit_type",
"value" : {
"code" : "person_step_invalid_visit_type",
"http_status_code" : 400,
"message" : "Person step visit type is invalid",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"program_domain_not_found" : {
"summary" : "program_domain_not_found",
"value" : {
"code" : "program_domain_not_found",
"http_status_code" : 403,
"message" : "Program domain does not exist",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"read_only_name" : {
"summary" : "read_only_name",
"value" : {
"code" : "read_only_name",
"http_status_code" : 400,
"message" : "One or more names supplied are read only",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"retry_claimed_reward_not_allowed" : {
"summary" : "retry_claimed_reward_not_allowed",
"value" : {
"code" : "retry_claimed_reward_not_allowed",
"http_status_code" : 400,
"message" : "Retry for Claimed Reward is not allowed",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_illegal_state_transition" : {
"summary" : "reward_illegal_state_transition",
"value" : {
"code" : "reward_illegal_state_transition",
"http_status_code" : 400,
"message" : "Reward illegal state transition for current state",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_in_not_retryable_state" : {
"summary" : "reward_in_not_retryable_state",
"value" : {
"code" : "reward_in_not_retryable_state",
"http_status_code" : 400,
"message" : "Reward is in a not retryable state",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_not_found" : {
"summary" : "reward_not_found",
"value" : {
"code" : "reward_not_found",
"http_status_code" : 400,
"message" : "Reward not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_retry_not_supported" : {
"summary" : "reward_retry_not_supported",
"value" : {
"code" : "reward_retry_not_supported",
"http_status_code" : 400,
"message" : "Reward retry not supported",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_state_invalid" : {
"summary" : "reward_state_invalid",
"value" : {
"code" : "reward_state_invalid",
"http_status_code" : 400,
"message" : "Specified reward state type is not supported",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_supplier_not_found" : {
"summary" : "reward_supplier_not_found",
"value" : {
"code" : "reward_supplier_not_found",
"http_status_code" : 403,
"message" : "Reward supplier not found",
"parameters" : { },
"unique_id" : "00000000-0000-0000-0000-000000000000"
}
},
"reward_type_not_supported" : {
"summary" : "reward_type_not_supported",
"value" : {
"code" : "reward_type_not_
# --- truncated at 32 KB (596 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/extole/refs/heads/main/openapi/extole-integration-server-to-extole-openapi.json