Koyeb Profile API
The Profile API from Koyeb — 17 operation(s) for profile.
The Profile API from Koyeb — 17 operation(s) for profile.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/koyeb-profile-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Koyeb Rest Profile API
description: 'The Koyeb API allows you to interact with the Koyeb platform in a simple, programmatic way using conventional HTTP requests.
'
version: 1.0.0
servers:
- url: https://app.koyeb.com
security:
- Bearer: []
tags:
- name: Profile
paths:
/v1/account/idenfy:
get:
summary: Begin a session with iDenfy, emit an authToken
operationId: GetIdenfyToken
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/GetIdenfyTokenReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
tags:
- Profile
post:
summary: 'ClearIdenfyVerificationResult marks the current result for idenfy as
superseded'
operationId: ClearIdenfyVerificationResult
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/ClearIdenfyVerificationResultReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
tags:
- Profile
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ClearIdenfyVerificationResultRequest'
required: true
/v1/account/login_method:
get:
summary: 'Get the login method for an email address
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: LoginMethod
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/LoginMethodReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: email
in: query
required: false
schema:
type: string
tags:
- Profile
/v1/account/oauth:
get:
summary: Get OAuth Providers
operationId: GetOAuthOptions
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/GetOAuthOptionsReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: action
description: Which authentication flow is being initiated
in: query
required: false
schema:
type: string
enum:
- signin
- signup
- register
default: signin
- name: metadata
description: 'A small (limited to 400 characters) string of arbitrary metadata which will
be encoded in the state'
in: query
required: false
schema:
type: string
tags:
- Profile
post:
summary: Authenticate using OAuth
operationId: OAuthCallback
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/OAuthCallbackReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: seon-fp
description: Seon Fingerprint
in: header
required: false
schema:
type: string
tags:
- Profile
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/OAuthCallbackRequest'
required: true
/v1/account/organization:
get:
summary: Get Current Organization
operationId: GetCurrentOrganization
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/GetOrganizationReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
tags:
- Profile
/v1/account/organization_invitations:
get:
summary: 'List User Organization Invitations
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: ListUserOrganizationInvitations
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/ListUserOrganizationInvitationsReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: limit
description: (Optional) The number of items to return
in: query
required: false
schema:
type: string
- name: offset
description: (Optional) The offset in the list of item to return
in: query
required: false
schema:
type: string
- name: statuses
description: (Optional) Filter on organization invitation statuses
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
enum:
- INVALID
- PENDING
- ACCEPTED
- REFUSED
- EXPIRED
tags:
- Profile
/v1/account/organization_invitations/{id}:
get:
summary: 'Get User Organization Invitation
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: GetUserOrganizationInvitation
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/GetUserOrganizationInvitationReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: id
description: The id of the organization invitation to get
in: path
required: true
schema:
type: string
tags:
- Profile
/v1/account/organization_invitations/{id}/accept:
post:
summary: 'Accept Organization Invitation
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: AcceptOrganizationInvitation
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/AcceptOrganizationInvitationReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: id
description: The id of the organization invitation to accept
in: path
required: true
schema:
type: string
tags:
- Profile
requestBody:
content:
application/json:
schema:
type: object
required: true
/v1/account/organization_invitations/{id}/decline:
post:
summary: 'Decline Organization Invitation
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: DeclineOrganizationInvitation
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/DeclineOrganizationInvitationReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: id
description: The id of the organization invitation to decline
in: path
required: true
schema:
type: string
tags:
- Profile
requestBody:
content:
application/json:
schema:
type: object
required: true
/v1/account/organizations:
get:
summary: List User Organizations
description: List all organizations that the current user is a member of.
operationId: ListUserOrganizations
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/ListUserOrganizationsReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: limit
description: (Optional) Define pagination limit
in: query
required: false
schema:
type: string
- name: offset
description: (Optional) Define pagination offset
in: query
required: false
schema:
type: string
- name: order
description: (Optional) Sorts the list in the ascending or the descending order
in: query
required: false
schema:
type: string
- name: search
description: '(Optional) Fuzzy case-insensitive search based on organization name or
organization id'
in: query
required: false
schema:
type: string
- name: statuses
description: (Optional) Only return organizations which status match one in the list
in: query
required: false
style: form
explode: true
schema:
type: array
items:
type: string
enum:
- WARNING
- LOCKED
- ACTIVE
- DEACTIVATING
- DEACTIVATED
- DELETING
- DELETED
tags:
- Profile
/v1/account/profile:
get:
summary: Get Current User
operationId: GetCurrentUser
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/UserReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: seon-fp
description: Seon Fingerprint
in: header
required: false
schema:
type: string
tags:
- Profile
put:
summary: Update User
operationId: UpdateUser
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/UserReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: update_mask
in: query
required: false
schema:
type: string
tags:
- Profile
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateUserRequest.UserUpdateBody'
required: true
patch:
summary: Update User
operationId: UpdateUser2
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/UserReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
parameters:
- name: update_mask
in: query
required: false
schema:
type: string
tags:
- Profile
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateUserRequest.UserUpdateBody'
required: true
/v1/account/resend_validation:
post:
summary: 'Resend Email Verification
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: ResendEmailValidation
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/ResendEmailValidationReply'
'400':
description: Validation error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorWithFields'
'401':
description: Returned when the token is not valid.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'403':
description: Returned when the user does not have permission to access the resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Returned when the resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Returned in case of server error.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service is unavailable.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
default:
description: An unexpected error response.
content:
application/json:
schema:
$ref: '#/components/schemas/google.rpc.Status'
tags:
- Profile
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ResendEmailValidationRequest'
required: true
/v1/account/reset_password:
post:
summary: 'Reset Password
DEPRECATED: this has been replaced by WorkOS and will be dropped soon.'
operationId: ResetPassword
responses:
'200':
description: A successful response.
content:
application/json:
schema:
$ref: '#/components/schemas/ResetPasswordReply'
'400':
description: Validation error
content:
# --- truncated at 32 KB (65 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/koyeb/refs/heads/main/openapi/koyeb-profile-api-openapi.yml