get https://{baseurl}/usermanagement/api/v1/organizations//idProof/idProofTypes//issuingAuthorities
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. |