Skip to main content
GET
Get Auth Info

Authorizations

Authorization
string
header
required

Send your Immoteur Personal Access Token in the Authorization header: Authorization: Bearer <token>

You can create and manage your Personal Access Tokens here: https://immoteur.com/dashboard/settings

Response

Authenticated account and token information

email
string<email>
required

Email address of the authenticated account

Example:

"buyer@example.com"

meta
object
required
tokenCreatedAt
string<date-time>
required

Creation date of the token

Example:

"2025-09-01T10:15:30.000Z"

tokenName
string
required

Name of the current auth token

Example:

"prod-ci-key-1"