Providers/Create a new provider
POST {{portal-host-port}}/portal-api/providers
Request Body
{"Configuration"=>{"MetaData"=>"{\"URL\":\"http://localhost:3002\",\"Secret\":\"04d31017802f482f76414a372db30fc2\",\"OrgID\":\"5e9d9544a1dcd60001d0ed20\",\"Gateway\":\"\",\"PoliciesTags\":[],\"InsecureSkipVerify\":false}"}, "Name"=>"Tyk Dashboard", "Type"=>"tyk-pro"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string | ||
`` | null |
RESPONSES
status: Created
{"Configuration":{"ID":2,"MetaData":"{\"URL\":\"http://localhost:3002\",\"Secret\":\"04d31017802f482f76414a372db30fc2\",\"OrgID\":\"5e9d9544a1dcd60001d0ed20\",\"Gateway\":\"\",\"PoliciesTags\":[],\"InsecureSkipVerify\":false}"},"CreatedAt":"2023-08-03 10:54","ID":2,"LastSynced":"Not synced yet","Name":"Tyk Dashboard","Status":"Unknown","Type":"tyk-pro","UpdatedAt":"2023-08-03 10:54"}