Timbrify
API ReferenceConsumer Suite
POST
/api/v1/consumer/suite/issuers

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X post "https://api.timbrify.com/api/v1/consumer/suite/issuers" \  -H "Content-Type: application/json" \  -d '{    "rfc": "stringstring",    "legalName": "string",    "fiscalRegime": "string",    "zipCode": "string"  }'
Empty