create Api
POST {{baseUrl}}/tyk/apis
Create API A single Tyk node can have its API Definitions queried, deleted and updated remotely. This functionality enables you to remotely update your Tyk definitions without having to manage the files manually.
Request Body
{"name"=>"TestAPI", "use_keyless"=>true, "active"=>true, "proxy"=>{"listen_path"=>"/test"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"status":"ok","action":"created","key":"{...API JSON definition...}"}