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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"status":"ok","action":"created","key":"{...API JSON definition...}"}