cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/opportunity-lead-sources/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "b4c72e91-38a5-4f6d-a103-d7e85f2c9b14", "name": "SEO", "isActive": true, "createdAt": "2025-05-13T17:26:59.068Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The opportunity lead source uuid.
uuid
200
The unique identifier for the object.
The name of the opportunity lead source.
Whether the opportunity lead source is active.
The timestamp when the object was created.