Returns the WAYFless URLs for the IDPs that matches the email restriction criteria
GET https://api.ft.com/sso/idps/mapping?email={{email}}
For security reasons requests must be made over HTTPS.
| Query Param | Mandatory | Value |
|---|---|---|
| email |
Yes | email of user trying to login |
| Header | Value |
|---|---|
| X-Api-Key | Your designated API key |
Not supported.
{
“items”:[
{
“samlEntityId”:{
“id”:“{{url-id}}”
},
“name”:“Company name”,
“wayflessUrl”:“http://wayfless-url”
}
]
}
| Http Status | Description |
|---|---|
| 200 Ok | Success |
| 400 Bad Request | Invalid email provided. You may refer to error response object returned for details around why the request was invalid. |
| 403 Forbidden | Invalid API key |