> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itspropel.com/llms.txt.
> For full documentation content, see https://docs.itspropel.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itspropel.com/_mcp/server.

# Show Customer

GET https://crm/customers/%7Bcustomer_id%7D

Reference: https://docs.itspropel.com/propel-biz/05-crm/customers/05-crm-customers-crud/show-customer

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: PropelBiz
  version: 1.0.0
paths:
  /crm/customers/%7Bcustomer_id%7D:
    get:
      operationId: show-customer
      summary: Show Customer
      tags:
        - >-
          subpackage_05Crm.subpackage_05Crm/customers.subpackage_05Crm/customers/05CrmCustomersCrud
      parameters:
        - name: '{{tenant_key_name}}'
          in: header
          required: false
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/05 CRM_Customers_05 CRM > Customers >
                  CRUD_Show Customer_Response_200
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/GetCrmCustomers%7bcustomer_id%7dRequestNotFoundError
servers:
  - url: https:/
components:
  schemas:
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsAttributes:
      type: object
      properties:
        status:
          type: string
        last_name:
          type: string
        first_name:
          type: string
        do_not_call:
          type: boolean
        do_not_text:
          type: boolean
        lead_source:
          description: Any type
        credit_limit:
          type: string
        display_name:
          type: string
        do_not_email:
          type: boolean
        business_name:
          description: Any type
        credit_status:
          type: string
        customer_type:
          type: string
        customer_since:
          description: Any type
        priority_level:
          type: string
        current_balance:
          type: string
        customer_number:
          description: Any type
        referral_source:
          description: Any type
        marketing_opt_out:
          type: boolean
        preferred_language:
          type: string
        customer_portal_access:
          type: boolean
      required:
        - status
        - last_name
        - first_name
        - do_not_call
        - do_not_text
        - credit_limit
        - display_name
        - do_not_email
        - credit_status
        - customer_type
        - priority_level
        - current_balance
        - marketing_opt_out
        - preferred_language
        - customer_portal_access
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsAttributes
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedByUserItemsAttributes:
      type: object
      properties:
        email:
          type: string
          format: email
        last_name:
          type: string
        first_name:
          type: string
      required:
        - email
        - last_name
        - first_name
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedByUserItemsAttributes
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedByUserItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
        type:
          type: string
        attributes:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedByUserItemsAttributes
      required:
        - id
        - type
        - attributes
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedByUserItems
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedBy:
      type: object
      properties:
        user:
          type: array
          items:
            $ref: >-
              #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedByUserItems
        created_at:
          type: string
          format: date-time
      required:
        - user
        - created_at
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedBy
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedByUserItemsAttributes:
      type: object
      properties:
        email:
          type: string
          format: email
        last_name:
          type: string
        first_name:
          type: string
      required:
        - email
        - last_name
        - first_name
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedByUserItemsAttributes
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedByUserItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
        type:
          type: string
        attributes:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedByUserItemsAttributes
      required:
        - id
        - type
        - attributes
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedByUserItems
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedBy:
      type: object
      properties:
        user:
          type: array
          items:
            $ref: >-
              #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedByUserItems
        updated_at:
          type: string
          format: date-time
      required:
        - user
        - updated_at
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedBy
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationships:
      type: object
      properties:
        contacts:
          type: array
          items:
            description: Any type
        equipment:
          type: array
          items:
            description: Any type
        locations:
          type: array
          items:
            description: Any type
        created_by:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsCreatedBy
        updated_by:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationshipsUpdatedBy
      required:
        - contacts
        - equipment
        - locations
        - created_by
        - updated_by
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationships
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItems:
      type: object
      properties:
        id:
          type: string
          format: uuid
        type:
          type: string
        attributes:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsAttributes
        relationships:
          $ref: >-
            #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItemsRelationships
      required:
        - id
        - type
        - attributes
        - relationships
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItems
    05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_Response_200:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: >-
              #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaDataItems
      required:
        - data
      title: 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_Response_200
    CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaErrorsItems:
      type: object
      properties:
        title:
          type: string
        detail:
          type: string
        status:
          type: string
      required:
        - title
        - detail
        - status
      title: >-
        CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaErrorsItems
    GetCrmCustomers%7bcustomer_id%7dRequestNotFoundError:
      type: object
      properties:
        errors:
          type: array
          items:
            $ref: >-
              #/components/schemas/CrmCustomers7BcustomerId7DGetResponsesContentApplicationJsonSchemaErrorsItems
      required:
        - errors
      title: GetCrmCustomers%7bcustomer_id%7dRequestNotFoundError

```

## SDK Code Examples

```python 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
import requests

url = "https://https/crm/customers/%7Bcustomer_id%7D"

headers = {"{{tenant_key_name}}": "{{tenant_key_value1}}|{{tenant_key_value2}}"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
const url = 'https://https/crm/customers/%7Bcustomer_id%7D';
const options = {
  method: 'GET',
  headers: {'{{tenant_key_name}}': '{{tenant_key_value1}}|{{tenant_key_value2}}'}
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://https/crm/customers/%7Bcustomer_id%7D"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("{{tenant_key_name}}", "{{tenant_key_value1}}|{{tenant_key_value2}}")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
require 'uri'
require 'net/http'

url = URI("https://https/crm/customers/%7Bcustomer_id%7D")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["{{tenant_key_name}}"] = '{{tenant_key_value1}}|{{tenant_key_value2}}'

response = http.request(request)
puts response.read_body
```

```java 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://https/crm/customers/%7Bcustomer_id%7D")
  .header("{{tenant_key_name}}", "{{tenant_key_value1}}|{{tenant_key_value2}}")
  .asString();
```

```php 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://https/crm/customers/%7Bcustomer_id%7D', [
  'headers' => [
    '{{tenant_key_name}}' => '{{tenant_key_value1}}|{{tenant_key_value2}}',
  ],
]);

echo $response->getBody();
```

```csharp 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
using RestSharp;

var client = new RestClient("https://https/crm/customers/%7Bcustomer_id%7D");
var request = new RestRequest(Method.GET);
request.AddHeader("{{tenant_key_name}}", "{{tenant_key_value1}}|{{tenant_key_value2}}");
IRestResponse response = client.Execute(request);
```

```swift 05 CRM_Customers_05 CRM > Customers > CRUD_Show Customer_example
import Foundation

let headers = ["{{tenant_key_name}}": "{{tenant_key_value1}}|{{tenant_key_value2}}"]

let request = NSMutableURLRequest(url: NSURL(string: "https://https/crm/customers/%7Bcustomer_id%7D")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```