Hello,
How can I send the request to Tyk via curl explained at the following page?
https://tyk.io/docs/tyk-apis/tyk-dashboard-admin-api/sso/
What is “admin-auth: 12345” and what curl command should be used?
POST /admin/sso HTTP/1.1
Host: localhost:3000
admin-auth: 12345
{
"ForSection": "dashboard",
"OrgID": "588b4f0bb275ff0001cc7471",
"EmailAddress": "[email protected]",
"GroupID": ""
}
Thanks & Regards