Api
Request verification
Submit a verification request to raise the service account limit from 5 to 100,000. Only one pending request is allowed at a time.
Authorization
BearerAuth AuthorizationBearer <token>
Pass a user session token (from /auth/login) or an app API key (gk_…).
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/apps/string/verificationRequest" \ -H "Content-Type: application/json" \ -d '{ "purpose": "string", "websiteUrl": "string" }'{ "id": "string", "appId": "string", "purpose": "string", "websiteUrl": "string", "status": "pending", "note": "string", "reviewedAt": "2019-08-24T14:15:22Z", "reviewedBy": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}{ "error": "string"}