@@ -38,48 +38,59 @@ main().catch(err => {
3838
3939## Documentation for API Endpoints
4040
41- All URIs are relative to * https://api.passbase.com/verification/v1 *
41+ All URIs are relative to * https://api.passbase.com/verification/v2 *
42+
43+ Class | Method | HTTP request | Description
44+ ------------ | ------------- | ------------- | -------------
45+ * VerificationApi.IdentityApi* | [ ** getIdentityById** ] ( docs/IdentityApi.md#getIdentityById ) | ** GET** /identities/{id} | Get identity
46+ * VerificationApi.IdentityApi* | [ ** getIdentityResourceById** ] ( docs/IdentityApi.md#getIdentityResourceById ) | ** GET** /identity/{id}/resources/{resource_id} | Get resource
47+ * VerificationApi.IdentityApi* | [ ** getIdentityResourceFileById** ] ( docs/IdentityApi.md#getIdentityResourceFileById ) | ** GET** /identity/{id}/resources/{resource_id}/resource_files/{resource_file_id} | Get resource file
48+ * VerificationApi.IdentityApi* | [ ** listIdentities** ] ( docs/IdentityApi.md#listIdentities ) | ** GET** /identities | List identities
49+ * VerificationApi.IdentityApi* | [ ** listIdentityResources** ] ( docs/IdentityApi.md#listIdentityResources ) | ** GET** /identity/{id}/resources | List resources
50+ * VerificationApi.ProjectApi* | [ ** getSettings** ] ( docs/ProjectApi.md#getSettings ) | ** GET** /settings | Get project settings
4251
43- | Class | Method | HTTP request | Description |
44- | ----------------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------- |
45- | _ VerificationApi.IdentityApi_ | [ ** getIdentityById** ] ( docs/IdentityApi.md#getIdentityById ) | ** GET** /identities/{id} | Get identity |
46- | _ VerificationApi.IdentityApi_ | [ ** getIdentityResourceById** ] ( docs/IdentityApi.md#getIdentityResourceById ) | ** GET** /identity/{id}/resources/{resource_id} | Get resource |
47- | _ VerificationApi.IdentityApi_ | [ ** getIdentityResourceFileById** ] ( docs/IdentityApi.md#getIdentityResourceFileById ) | ** GET** /identity/{id}/resources/{resource_id}/resource_files/{resource_file_id} | Get resource file |
48- | _ VerificationApi.IdentityApi_ | [ ** listIdentities** ] ( docs/IdentityApi.md#listIdentities ) | ** GET** /identities | List identities |
49- | _ VerificationApi.IdentityApi_ | [ ** listIdentityResources** ] ( docs/IdentityApi.md#listIdentityResources ) | ** GET** /identity/{id}/resources | List resources |
50- | _ VerificationApi.ProjectApi_ | [ ** getSettings** ] ( docs/ProjectApi.md#getSettings ) | ** GET** /settings | Get project settings |
5152
5253## Documentation for Models
5354
54- - [ VerificationApi.Cursor] ( docs/Cursor.md )
55- - [ VerificationApi.Identity] ( docs/Identity.md )
56- - [ VerificationApi.IdentityOwner] ( docs/IdentityOwner.md )
57- - [ VerificationApi.IdentityResource] ( docs/IdentityResource.md )
58- - [ VerificationApi.PaginatedIdentities] ( docs/PaginatedIdentities.md )
59- - [ VerificationApi.PaginatedResources] ( docs/PaginatedResources.md )
60- - [ VerificationApi.ProjectSettings] ( docs/ProjectSettings.md )
61- - [ VerificationApi.ProjectSettingsCustomizations] ( docs/ProjectSettingsCustomizations.md )
62- - [ VerificationApi.ProjectSettingsVerificationSteps] ( docs/ProjectSettingsVerificationSteps.md )
63- - [ VerificationApi.Resource] ( docs/Resource.md )
64- - [ VerificationApi.ResourceFile] ( docs/ResourceFile.md )
65- - [ VerificationApi.ResourceInput] ( docs/ResourceInput.md )
66- - [ VerificationApi.User] ( docs/User.md )
67- - [ VerificationApi.WatchlistResponse] ( docs/WatchlistResponse.md )
55+ - [ VerificationApi.Cursor] ( docs/Cursor.md )
56+ - [ VerificationApi.Identity] ( docs/Identity.md )
57+ - [ VerificationApi.IdentityOwner] ( docs/IdentityOwner.md )
58+ - [ VerificationApi.IdentityResource] ( docs/IdentityResource.md )
59+ - [ VerificationApi.PaginatedIdentities] ( docs/PaginatedIdentities.md )
60+ - [ VerificationApi.PaginatedResources] ( docs/PaginatedResources.md )
61+ - [ VerificationApi.ProjectSettings] ( docs/ProjectSettings.md )
62+ - [ VerificationApi.ProjectSettingsCustomizations] ( docs/ProjectSettingsCustomizations.md )
63+ - [ VerificationApi.ProjectSettingsVerificationSteps] ( docs/ProjectSettingsVerificationSteps.md )
64+ - [ VerificationApi.Resource] ( docs/Resource.md )
65+ - [ VerificationApi.ResourceFile] ( docs/ResourceFile.md )
66+ - [ VerificationApi.ResourceInput] ( docs/ResourceInput.md )
67+ - [ VerificationApi.User] ( docs/User.md )
68+ - [ VerificationApi.WatchlistResponse] ( docs/WatchlistResponse.md )
69+
6870
6971## Documentation for Authorization
7072
73+
74+
7175### IdentityAccessToken
7276
7377- ** Type** : Bearer authentication (JWT)
7478
79+
80+
7581### PublishableApiKey
7682
83+
7784- ** Type** : API key
7885- ** API key parameter name** : X-API-KEY
7986- ** Location** : HTTP header
8087
88+
89+
8190### SecretApiKey
8291
92+
8393- ** Type** : API key
8494- ** API key parameter name** : X-API-KEY
8595- ** Location** : HTTP header
96+
0 commit comments