Providers
Create Provider
POST
/api/v1/providers/Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/providers/" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "name": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"}