Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration/{id} \
--header 'Authorization: Bearer <token>'{
"results": {
"schema": null,
"data": []
},
"success": true
}Fetches the field schema and data for a single connected integration
curl --request GET \
--url https://api.tagdeliver.com/v1/pub-stack/{uid}/integration/{id} \
--header 'Authorization: Bearer <token>'{
"results": {
"schema": null,
"data": []
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?