title = “Get Client by ID” description = “Gets a saved client by id.” weight = 2
pre = ““ +++
Gets a saved client by id. To locate clients from the Field Nation Platform, click MANAGE > Clients.
URLs
| Environment | Method | URL |
|---|---|---|
| Sandbox | https://api-sandbox.fndev.net/api/rest/v2/clients/client_id | |
| Production | https://api.fieldnation.com/api/rest/v2/clients/client_id |
Path Parameters
| Parameter | Type | Example | Notes |
|---|---|---|---|
| client_id | integer | 188 | Client ID. |
Query Parameters
| Parameter | Type | Example | Notes |
|---|---|---|---|
| access_token | string | abc123defg459hijk786lmn45 | Required. |
Body
Not applicable.
Response
Returns the Client Object. Refer to Clients for parameter details and examples.
