API source details

Request

POST requests use JSON with the existing authentication settings.

Access and parsing

Optional. Use dot notation to change the default base for placeholders.

Authentication details

Refresh

{{#if isEdit}}
{{/if}}

Latest response

{{#if lastResponseJson}}
{{/if}}
{{#if lastPullError}}
{{lastPullError}}
{{/if}}
Last pulled
{{#if apiSource.lastPulledAtValue}} {{else}} - {{/if}}
Status
{{#if apiSource.lastResponseStatus}}{{apiSource.lastResponseStatus}}{{else}}-{{/if}}
Content type
{{#if apiSource.lastResponseContentType}}{{apiSource.lastResponseContentType}}{{else}}-{{/if}}
{{#if lastResponseJson}}
{{lastResponseJson}}
{{else}}
No JSON response is stored yet.
{{/if}}