|
7269 | 7269 | "hasPagination": false, |
7270 | 7270 | "authMethods": [ |
7271 | 7271 | "personal_access_token", |
7272 | | - "api_key" |
| 7272 | + "api_key", |
| 7273 | + "client_session_token" |
7273 | 7274 | ], |
7274 | 7275 | "workspaceScope": "required", |
7275 | 7276 | "codeSamples": [] |
|
50496 | 50497 | "isDeprecated": false, |
50497 | 50498 | "isDraft": false |
50498 | 50499 | }, |
| 50500 | + { |
| 50501 | + "path": "/seam/customer/v1/access_grants", |
| 50502 | + "name": "access_grants", |
| 50503 | + "namespacePath": "/seam/customer/v1", |
| 50504 | + "endpoints": [ |
| 50505 | + { |
| 50506 | + "title": "List Access Grants (Other Access)", |
| 50507 | + "name": "list", |
| 50508 | + "path": "/seam/customer/v1/access_grants/list", |
| 50509 | + "parentPath": "/seam/customer/v1/access_grants", |
| 50510 | + "description": "Gets an Access Grant.", |
| 50511 | + "isDeprecated": false, |
| 50512 | + "deprecationMessage": "", |
| 50513 | + "isUndocumented": true, |
| 50514 | + "undocumentedMessage": "Internal endpoint for customer portals.", |
| 50515 | + "isDraft": false, |
| 50516 | + "draftMessage": "", |
| 50517 | + "response": { |
| 50518 | + "responseType": "resource_list", |
| 50519 | + "responseKey": "access_grants", |
| 50520 | + "resourceType": "access_grant", |
| 50521 | + "description": "OK", |
| 50522 | + "actionAttemptType": null |
| 50523 | + }, |
| 50524 | + "request": { |
| 50525 | + "methods": [ |
| 50526 | + "GET", |
| 50527 | + "POST" |
| 50528 | + ], |
| 50529 | + "semanticMethod": "GET", |
| 50530 | + "preferredMethod": "POST", |
| 50531 | + "parameters": [] |
| 50532 | + }, |
| 50533 | + "hasPagination": false, |
| 50534 | + "authMethods": [ |
| 50535 | + "client_session_token" |
| 50536 | + ], |
| 50537 | + "workspaceScope": "required", |
| 50538 | + "codeSamples": [] |
| 50539 | + } |
| 50540 | + ], |
| 50541 | + "parentPath": "/seam/customer/v1", |
| 50542 | + "isUndocumented": true, |
| 50543 | + "isDeprecated": false, |
| 50544 | + "isDraft": false |
| 50545 | + }, |
50499 | 50546 | { |
50500 | 50547 | "path": "/seam/customer/v1/automation_runs", |
50501 | 50548 | "name": "automation_runs", |
|
0 commit comments