cURL
curl --request GET \ --url https://api.vidbeo.com/v2/idps/{IDENTITY_PROVIDER_ID} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "id": "abcde12345abcde12345a", "name": "Example", "company": "google", "type": "saml2", "certificate": "----- BEGIN PUBLIC KEY -----\nMIIII...", "entity_id": "https://example.com/signin", "signin_url": "https://example.com/signin", "created_by": "abcde12345abcde12345a", "created_time": "2024-01-01T00:00:00.000Z", "updated_by": "abcde12345abcde12345a", "updated_time": "2024-01-01T00:00:00.000Z" }, "links": {}, "errors": [] }
Get an identity provider’s details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the identity provider
"abcde12345abcde12345a"
Identity provider
true
Show child attributes
{}
[]