Create Provider
Create a new custom provider
Headers
Authorization
Header authentication of the form Bearer <token>
Request
This endpoint expects an object.
name
The name of the provider.
api_key
API key used for requests to the provider.
Response
Successful Response
name
The name of the provider
id
The id of the provider, lazily created by the database manager.
api_key
API key used for requests to the provider.
updated_at
The last update timestamp of the provider.
Errors
422
Create Provider Request Unprocessable Entity Error