Download OpenAPI specification:Download
N/A (this description is removed during bundling)
Register to the developer portal.
Developer registration
| email required | string <email> |
| full_name required | string [ 1 .. 256 ] characters |
| property name* additional property | any |
{- "email": "dev@company.com",
- "full_name": "Dev Smith"
}{- "status": 0,
- "title": "string",
- "type": "string",
- "instance": "string",
- "detail": "string",
- "invalid_parameters": [
- {
- "field": "name",
- "rule": "required",
- "source": "body",
- "reason": "is a required field"
}
]
}Starts the password reset flow for the desired account. An email will be sent to the email address to initiate the password reset flow.
Developer registration
| email required | string <email> |
{- "email": "developer@konghq.com"
}{- "status": 0,
- "title": "string",
- "type": "string",
- "instance": "string",
- "detail": "string",
- "invalid_parameters": [
- {
- "field": "name",
- "rule": "required",
- "source": "body",
- "reason": "is a required field"
}
]
}Returns info about the current developer.
{- "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
- "email": "developer@email.com",
- "full_name": "API Developer",
- "created_at": "2022-11-04T20:10:06.927Z",
- "updated_at": "2022-11-04T20:10:06.927Z"
}