Skip to main content
GET
/
v1
/
identity
/
resources
List resources
curl --request GET \
  --url https://api.usenaive.ai/v1/identity/resources \
  --header 'Authorization: Bearer <token>'
{
  "emails": [
    {}
  ],
  "domains": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

OK.

emails
object[]
domains
object[]