Apps

List my registered apps

GET
/apps

Authorization

cookieAuth
pid_access<token>

JWT access token set by /auth/google/callback or /auth/refresh

In: cookie

Response Body

application/json

application/json

curl -X GET "https://example.com/apps"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "clientId": "pidapp_0123456789abcdef0123456789abcdef",    "ownerId": "string",    "name": "string",    "allowedOrigins": [      "string"    ],    "isActive": true,    "clientSecretPrefix": "string",    "clientSecretCreatedAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]