Created getJurisdictions (markdown)
parent
b399f74898
commit
fa3cc92246
|
@ -0,0 +1,26 @@
|
||||||
|
|
||||||
|
|
||||||
|
URL: /lei/jurisdictions/?auth_key={{Access_Token}}
|
||||||
|
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
Request type: GET
|
||||||
|
|
||||||
|
### Overview
|
||||||
|
This API call is used to query supported jurisdictions and confidence levels.
|
||||||
|
|
||||||
|
- Group A is fully automated including signing authority verification resulting in rapid, efficient LEI issuance
|
||||||
|
- Group B is verification time 1 hour - 36 hours
|
||||||
|
- Group C is a manually processed jurisdiction requiring manual verification of data on the business registry
|
||||||
|
|
||||||
|
|
||||||
|
### Response
|
||||||
|
|
||||||
|
* success - success value (true)
|
||||||
|
* jurisdictions - Required. Array. List supported countries and states. Fields - code, group, notes.
|
||||||
|
|
||||||
|
###### Example cURL code
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -X GET 'https://my.gogetssl.com/api/lei/jurisdictions/?auth_key=Access_Token'
|
||||||
|
```
|
Loading…
Reference in New Issue