GenerateProductIntegrationInboundClientPayload
Payload returned when generating inbound credentials for a product integration.
This page contains
Fields
clientId: String! | Inbound Client ID which can be used for fetching the credentials used to sign incoming requests. |
clientSecret: String! | Inbound client secret used to sign incoming requests. This is only obtainable when generating an inbound client. |
createdOn: DateTime! | Timestamp showing when the credentials were created. |
userErrors: [GenerateProductIntegrationInboundClientError!] | List of errors found during credential generation (null if there are no errors). |
Mutations for GenerateProductIntegrationInboundClientPayload
generateProductIntegrationInboundClient | Generate inbound client credentials for a product integration. |