cURL
curl --request GET \ --url https://api.sandbox.bitwage.com/api/user/document/list \ --header 'Authorization: Basic <encoded-value>'
{ "documents": [ { "doc_type": "<string>", "issuing_country": "<string>" } ] }
List all documents uploaded for a user, including tax ID if available.
Documentation IndexFetch the complete documentation index at: https://developer.bitwage.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.bitwage.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your access token as: Authorization: Basic <ACCESS_TOKEN>
Authorization: Basic <ACCESS_TOKEN>
Document list returned.
Show child attributes