get
https://{baseurl}/usermanagement/api/v1/organizations//idProof/idProofTypes//issuingAuthorities
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This API endpoint gets the issuing authorities of the ID proofing document required to complete user verification.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
| Parameters | Type | Description |
|---|---|---|
| organizationName | string | Denotes the name of the organization. |
| idProofTypeId | string | The ID of the identity proofing document type. |
Response Object
| Parameters | Type | Description |
|---|---|---|
| id | integer | Denotes the ID of the issuing authority. |
| issuingAuthority | string | Denotes the name of the issuing authority. |

