Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Notte Personas API

Disposable digital identities with email, phone, and 2FA.

Notte Personas API is one of 7 APIs that Notte publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Personas. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 1.4.40.

Requests are made against a single base URL, https://api.notte.cc.

6 operations 5 paths 2 schemas 1 DELETE4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.4.40
Base URL
https://api.notte.cc
Authentication
HTTP Bearer
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Notte Personas API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Notte API key obtained from the Notte Console (https://console.notte.cc), passed as a Bearer token in the Authorization header. The SDK reads the NOTTEAPIKEY e…

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 1 DELETE, 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Personas 6

Disposable digital identities with email, phone, and 2FA.

POST
/personas/create
Persona Create
personaCreate body → 200
GET
/personas
List Personas
listPersonas → 200
GET
/personas/{persona_id}
Persona Get
personaGet 1 param → 200
DELETE
/personas/{persona_id}
Persona Delete
personaDelete 1 param → 200
GET
/personas/{persona_id}/emails
Persona Emails List
personaEmailsList 1 param → 200
GET
/personas/{persona_id}/sms
Persona SMS List
personaSmsList 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are PersonaResponse (5 properties), PersonaCreateRequest (2 properties). Each schema is shown below with its type and property counts.

PersonaResponse
object
5 properties
PersonaCreateRequest
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

notte-personas-api-openapi.yml Raw ↑

Other APIs Notte publishes across the network.

Notte Agents API
Notte Health API
Notte Page API
Notte Scraping API
Notte Sessions API
Notte Vaults API