Lists identity documents.
Security
oauth2_client_credentials or oauth2_authorization_code
- Mock serverhttps://docs.bndry.net/_mock/apis/openapi/v1alpha/documents
- BNDRY APIhttps://api.bndry.app/v1alpha/documents
- oauth2_client_credentials
- oauth2_authorization_code
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/documents?pageSize=25&pageToken=ChAIAhABGAE&skip=10&showDeleted=true' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
Response
- au_medicare_card
- birth_certificate
- drivers_licence
- passport
- visa
{ "documents": [ { … } ], "nextPageToken": "ChAIAhABGAE", "totalSize": 42 }