Show all integrator defaults.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
integratorId*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://loading/defaults/integrators/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "Successfully found integrator defaults.",
"resource": "integrator-defaults",
"data": {
"integrator": "019e6e75-103d-7efa-bcb1-f0cbd6b8b321",
"has-owner": true,
"owner": "019e6e75-103f-7db8-abec-b6d723b3bb8e",
"dev-defaults": null,
"prod-defaults": null
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}{
"message": "Integrator does not have defaults saved."
}How is this guide?