curl --request GET \ --url 'https://transaction-tax.api.in.commenda.io/api/v1/registrations/v2/credentials/by-portal/PORTAL_CA_CDTFA?corporation_id=550e8400-e29b-41d4-a716-446655440000' \ --header 'Authorization: Bearer <your_token>'
{ "data": { "credential_id": "cred_abc123def456", "found": true } }
Look up whether credentials exist for a corporation and portal
"PORTAL_CA_CDTFA"
found: false
Was this page helpful?