Dev Portal API

v1.0OAS 3.0

Welcome to the documentation for the Dev Portal API, self-managed edition.

Disclaimer: This document is currently in beta. It might not contain all possible endpoints and requests, and request descriptions are not complete.

API Base URL
Security
DeveloperCredentials (http)

Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.

Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==

Register Account

Create a new Dev Portal account

post
/register

Body

application/x-www-form-urlencoded
passwordstringrequired

Example:my_password

emailstring(email)required

Example:user@example.com

metastringrequired

Example:{"full_name":"User"}

Response

application/x-www-form-urlencoded

OK

emailobjectrequired
Show Child Parameters
developerobjectrequired
Show Child Parameters
application/x-www-form-urlencoded