Skip to main content
GET
/
v3
/
sso-provider-matches
cURL
curl --request GET \
  --url https://api.ctrl-hub.com/v3/sso-provider-matches
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "<string>",
      "attributes": {
        "type": "oidc",
        "name": "<string>",
        "metadata": "<string>",
        "enforce": true
      },
      "meta": {
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    }
  ],
  "meta": {
    "pagination": {
      "counts": {
        "pages": 123,
        "resources": 123
      },
      "current_page": 123,
      "offsets": {
        "next": 123,
        "previous": 123
      },
      "requested": {
        "limit": 123,
        "offset": 123
      }
    },
    "features": {
      "include": {
        "options": [
          "<string>"
        ]
      }
    }
  },
  "jsonapi": {
    "version": "<string>"
  }
}

Query Parameters

filter
string
default:""

Filters the response data based on the value provided.

Available filters:

  • organisation_in: Filter providers by the organisation ID
  • email: Filter providers where the domain of the email address has a matching domain

For more information on using named filters, see the docs

Response

Get a list of SSO providers.

JSON API response object

data
object[]
required
meta
object
required
jsonapi
object
required