University of Chicago · Example Payload

University Of Chicago Fence Create Apikey Example

EducationHigher EducationUniversityResearch DataOpen SourceIIIFIdentityUnited States

University Of Chicago Fence Create Apikey Example is an example object payload from University of Chicago, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "path": "/credentials/api/",
    "body": {
      "scope": [
        "data",
        "user"
      ]
    }
  },
  "response": {
    "key_id": "00000000-0000-0000-0000-000000000004",
    "api_key": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.<payload>.<signature>"
  }
}