Assurance API

Retrieve Assurance GraphQL Schema

Execute the below cURL request to retrieve an up-to-date GraphQL schema.

Copied to your clipboard
curl -i -X POST 'https://graffias.adobe.io/graffias/graphql'
-H 'Accept-Encoding: gzip, deflate, br'
-H 'Content-Type: application/json'
-H 'Accept: application/json'
-H 'Connection: keep-alive'
-H 'x-gw-ims-org-id: [OrgId]@AdobeOrg'
-H 'x-gw-ims-user-id: [UserId]@techacct.adobe.com' -H 'x-api-key: [clientId]'
-H 'Authorization: Bearer [access token]'
-d @introspection.json --compressed

You can download the required "introspection.json" file here.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.