---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-a-source
page_title: Retrieve a source
---

## API Version: default


# **Retrieve a source pdf** 



Retrieves an existing source object. Supply the unique source ID from a source creation request and LotusPay will return the corresponding up-to-date source object information.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| source REQUIRED	 | The identifier of the source to be retrieved. |


**Returns**  Returns a source object if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/sources/{ID}

- Production: https://api.lotuspay.com/v1/sources/{ID}

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_xd22123sxlkadsf8wjbkx
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
{"success":false,"message":"No Data found for the given path"}
```

#### Response:
```json
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
