Create a new API Provider

POST {{baseUrl}}/providers

Create a new API Provider. The new API Provider will have the 'Unknown' synchronization status until the first synchronization attempt

Request Body

{"Configuration"=>{"MetaData"=>"<string>"}, "Name"=>"<string>", "Type"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;LastSyncedAt&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;Name&quot;:&quot;\u003cstring\u003e&quot;,&quot;Status&quot;:&quot;\u003cstring\u003e&quot;,&quot;Type&quot;:&quot;\u003cstring\u003e&quot;,&quot;Configuration&quot;:{&quot;MetaData&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;},&quot;UpdatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;CreatedAt&quot;:&quot;\u003cdateTime\u003e&quot;}