Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. RunAJob utility
  9. ParamSetCli utility
  10. REST API codes
  11. REST API resource quick references

REST API Reference

REST API Reference

Listing SCIM tokens

Listing SCIM tokens

Use the scimTokens resource to request details about the SCIM tokens that you created.

GET request

To get a list of the SCIM tokens you created, use the following URI:
/public/core/v3/scimTokens

GET response

If successful, returns each SCIM token that you created and its expiration date.
Returns the error object if errors occur.

GET example

To list the SCIM tokens you created, you might use the following request:
GET <baseApiUrl>/public/core/v3/scimTokens Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
A successful response might look like the following example:
[ { "id": "im2hLfwsRCvl6WG64Geqi0", "value": "8fiXOaFR**************", "expiry": "2025-04-28T21:05:31.000Z", "status": "active" } ]

0 COMMENTS

We’d like to hear from you!