Storecove
Connector for the storecove API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.storecove.com/api/v2 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
discovery_identifiers— GET /discovery/identifiers — Discover Country Identifiers ** EXPERIMENTALshow_document_submission_evidence— GET /document_submissions/{guid}/evidence/{evidence_type} — Get DocumentSubmission Evidenceshow_invoice_submission_evidence— GET /invoice_submissions/{guid}/evidence — DEPRECATED. Get InvoiceSubmission Evidenceget_legal_entity— GET /legal_entities/{id} — Get LegalEntityget_additional_tax_identifier— GET /legal_entities/{legal_entity_id}/additional_tax_identifiers/{id} — Get AdditionalTaxIdentifierget_administration— GET /legal_entities/{legal_entity_id}/administrations/{id} — Get Administration
Inputs
apiKey— your storecove API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: discovery_identifiers
apiKey: <your key>