A

Akeneo PIM GraphQL API

GraphQL discovered

Details
Endpoint
https://graphql.sdk.akeneo.cloud/
Spec
introspection
Docs
https://api.akeneo.com/graphql/getting-started.html
Authentication
Akeneo PIM connection credentials (client ID, client secret, API username, API password) compound discovered Get key ↗
Authorization: Bearer <credential>

In your Akeneo PIM, go to Connect > Connection settings, click Create, save the connection, then open its Credentials section to copy the client ID and secret. Akeneo also generates an API username and password for that connection. See REST API authentication and API user creation.

Akeneo App access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Create/register an app and complete Akeneo's OAuth 2.0 authorization flow to obtain a permanent app access token. Start from Apps authentication and authorization; Akeneo also provides a walkthrough at How to get your App token.