Get Agency
| Scope: | get_agency |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/agencies/{name} |
| HTTP Method: | GET |
Response Information
application/json
{
"agency": {
"name": "sample string 1",
"serviceProviderCode": "sample string 2",
"enabled": true,
"display": "sample string 4",
"hostedACA": true,
"iconName": "sample string 6"
}
}