Retrieve list of charge auth tokens.Ask AIget https://partner-api.monta.com/api/v1/charge-auth-tokensRequired scope: charge-auth-tokens:read Organization authorization: supportedQuery ParamsteamIdint64Filter to retrieve charges auth tokens with specified teamIdpartnerExternalIdstringFilter charge auth tokens by partnerExternalId, to filter only resources without partnerExternalId use partnerExternalId=""pageint32Defaults to 0page number to retrieve (starts with 0)perPageint32Defaults to 10number of items per page (between 1 and 100, default 10)Responses 200List of charge auth tokens that match the criteria 400The request is invalid 401Consumer with provided credentials was not found 403Operator doesn't have access to resource 404Entity with the provided id was not foundUpdated 3 months ago