Portal Developer (2.0.0)

Download OpenAPI specification:Download

N/A (this description is removed during bundling)

developer

API for managing a Konnect Portal Developer.

Register

Register to the developer portal.

Authorizations:
None
Request Body schema: application/json

Developer registration

email
required
string <email>
full_name
required
string [ 1 .. 256 ] characters
property name*
additional property
any

Responses

Request samples

Content type
application/json
{
  • "email": "dev@company.com",
  • "full_name": "Dev Smith"
}

Response samples

Content type
application/problem+json
{
  • "status": 0,
  • "title": "string",
  • "type": "string",
  • "instance": "string",
  • "detail": "string",
  • "invalid_parameters": [
    ]
}

Forgot Password

Starts the password reset flow for the desired account. An email will be sent to the email address to initiate the password reset flow.

Authorizations:
None
Request Body schema: application/json

Developer registration

email
required
string <email>

Responses

Request samples

Content type
application/json
{
  • "email": "developer@konghq.com"
}

Response samples

Content type
application/problem+json
{
  • "status": 0,
  • "title": "string",
  • "type": "string",
  • "instance": "string",
  • "detail": "string",
  • "invalid_parameters": [
    ]
}

Retrieve My Account

Returns info about the current developer.

Authorizations:
portalAccessToken

Responses

Response samples

Content type
application/json
{
  • "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"
}