GET
/
end-users
/
{id}

Authorizations

Authorization
string
headerrequired

Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}").

Path Parameters

id
string
required

The ID of the EndUser to retrieve.

Response

200 - application/json
id
string
required

The unique identifier for this EndUser. You must save this value to your database because it is how you identify which of your users to receive your API requests.

objectType
string
required

The type of object. This value is always "end_user".

Allowed value: "end_user"
createdAt
string
required

The date and time when this object was created.

companyName
string
required

The EndUser's company name that will be shown elsewhere in Conductor.

sourceId
string
required

The EndUser's unique identifier from your system. Maps users between your database and Conductor.

email
string
required

The EndUser's email address for identification purposes.

integrationConnections
object[]
required

The EndUser's IntegrationConnections.