Skip to main content
GET
/
api
/
v1
/
lead-sources
/
{id}
cURL
curl --request GET \
  --url https://api.capedigital.co.ke/commercial/api/v1/lead-sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.capedigital.co.ke/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Path Parameters

id
string<uuid>
required

A UUID string identifying this Lead Source.

Response

200 - application/json

Lead Source Serializer

id
string<uuid>
required
read-only
name
string
required

Lead source name

Maximum string length: 100
description
string
required

Lead source description