List OIDCProviders

gethttps://app.fossa.com/api/oidc/providers

List OIDC Providers. Requires a **premium** subscription; organizations below that tier receive a `403`.

Query parameters

pageSizeinteger

Number of providers to return

previnteger

ID of the last provider from the previous page for pagination

filter[scope]enum

Filter providers by scope (org or team). When filtering by team, the `scopeId` parameter must also be provided. The org scope will only return organization-scoped providers. The team scope will return both org-scoped providers as well as team-scoped providers where the scopeId matches the team ID.

orgteam
filter[scopeId]integer

Filter providers by scope ID. Required when the `scope` parameter is `team`.

Responses

200Successfully retrieved OIDC Providers
object
401Unauthorized
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

403Forbidden — requires a premium subscription.
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

500Server Error
uuidstring

Unique identifier associated with the error

codeinteger

fossa specific error code

messagestring

message associated with this error

namestring

name of the error

httpStatusCodeinteger

http status code number

Try this endpoint

Build a request and run it against app.fossa.com.

Bearer

Stored in this browser for 24 hours. Try It uses a docs proxy for CORS and does not store tokens server-side.

GET https://app.fossa.com/api/oidc/providers
curl --request GET \  --url 'https://app.fossa.com/api/oidc/providers' \  --header 'accept: application/json' \  --header 'authorization: Bearer YOUR_API_TOKEN'

Real request. Mutating methods can change data.

Click Try It to run a request and see the response here.
Enter a Bearer token before running this request.

Query params

pageSizeinteger

Number of providers to return

previnteger

ID of the last provider from the previous page for pagination

filter[scope]enum

Filter providers by scope (org or team). When filtering by team, the `scopeId` parameter must also be provided. The org scope will only return organization-scoped providers. The team scope will return both org-scoped providers as well as team-scoped providers where the scopeId matches the team ID.

filter[scopeId]integer

Filter providers by scope ID. Required when the `scope` parameter is `team`.