Home » Koppelingen / API test
Hieronder vind je debug info voor de huidige API-oproep. Om dit uit te schakelen, stel je debug in op false in je shortcode of template tag.
Verbinding maken met API's kan lastig zijn - als je hulp nodig hebt, raadpleeg dan de Documentatie.
De volledige URL die wordt aangeroepen.
De resulterende uitvoer die is teruggegeven van de API.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>An Error Occurred: Not Found</title>
<style>
body { background-color: #fff; color: #222; font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
.container { margin: 30px; max-width: 600px; }
h1 { color: #dc3545; font-size: 24px; }
h2 { font-size: 18px; }
</style>
</head>
<body>
<div class="container">
<h1>Oops! An Error Occurred</h1>
<h2>The server returned a "404 Not Found".</h2>
<p>
Something is broken. Please let us know what you were doing when this error occurred.
We will fix it as soon as possible. Sorry for any inconvenience caused.
</p>
</div>
</body>
</html>
De query string parameters (indien aanwezig) die je hebt ingesteld binnen de endpoint instellingen.
De header parameters (indien aanwezig) die je hebt ingesteld binnen de endpoint instellingen.
De body parameters (indien aanwezig) die je hebt ingesteld binnen de endpoint instellingen.
De laatste aanvraagargumenten verzonden in de API-aanvraag. Omvat headers en body argumenten.
Array
(
[timeout] => 10
[sslverify] => 1
[redirection] => 5
[blocking] => 1
[cookies] => Array
(
)
[reject_unsafe_urls] =>
)
De argumenten die zijn ingesteld binnen je shortcode of template tag.
Array
(
[debug] => true
[endpoint_variables] => Array
(
)
[query_variables] => Array
(
)
[body_variables] => Array
(
)
[format] =>
[html_tag] => div
[html_labels] => false
[html_url] =>
[html_to_link] =>
[img_key] =>
[img_prepend] =>
[img_link] =>
[shortcode] => 1
[on] =>
[button_text] =>
[hide_button] =>
[button_spinner] =>
[button_id] =>
[ajax_output] => .wpgetapi_ajax_output
[chain] =>
[chain_delay] => 0
)
De volledige reactie van de API aanvraag.