Portal Developers
Create Developer Account
Creates a new developer account in the specified portal. SAML login is currently not supported.
post/v3/portals/{portalId}/developers
Request body
Example request
{
"email": "developer@example.com",
"full_name": "Developer Name"
}Response
Details about the created developer in a portal.
Example response
{
"id": "7cd9feff-b4da-4a9f-ba49-cbe83c75ff22",
"email": "developer@example.com",
"full_name": "Jane Dev",
"status": "approved",
"created_at": "2022-11-15T20:37:41.457Z",
"updated_at": "2022-11-15T20:37:47.456Z"
}