# Base URL

https://api.uat.laka.co/v3/accounts/externalId/{externalId}

```bash
curl --request GET \
     --url https://api.uat.laka.co/v3/accounts/externalId/externalId \
     --header 'accept: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

```json
{
  "status": 200,
  "updated": "about 1 month ago"
}
```
