Skip to content

List customer integration mappings

GET
/v1/customers/{customer_id}/integration_mappings

List integration mappings for a customer.

customer_id
required
Customer Id
string format: uuid

Successful Response

Response List Integration Mappings For Customer V1 Customers Customer Id Integration Mappings Get
Array<object>
CustomerIntegrationMappingResponse
object
id
required
Id
string format: uuid
integration_id
required
Integration Id
string format: uuid
integration_name
required
Integration Name
string
integration_provider
required
Integration Provider
string
external_customer_id
required
External Customer Id
string
settings
Any of:
object
key
additional properties
any
created_at
required
Created At
string format: date-time

Unauthorized – invalid or missing API key

Customer not found

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object