DevFulfilled API Documentation
v1
DevFulfilled Public API

Build with your DevFulfilled data.

Use the DevFulfilled Public API to securely retrieve Qlik application metadata and lineage data belonging to your company.

API version 1

Endpoint documentation below is loaded directly from the live DevFulfilled v1 API metadata.

01

Authentication

Every data request must include a valid DevFulfilled API key.

Request header

X-API-Key

Required

Include your DevFulfilled API key with each request.

HTTP Header
X-API-Key: YOUR_API_KEY

Keep API keys private. Do not expose them in browser-side application code, public repositories, or shared screenshots.

02

Base URL

All v1 endpoints are relative to the public API base path.

Base URL
Loading...
03

Pagination

Paginated endpoints expose navigation metadata alongside their result set.

Where supported, use page and page_size to move through larger result sets.

page Current page number
page_size Records requested per page
total_records Total records available
total_pages Total number of result pages
next Absolute URL for the next page
previous Absolute URL for the previous page
04

API Reference

Endpoints available in the current public API.

Loading API documentation...