Skip to main content
GET
Get User Profile

Overview

Retrieve your authenticated user profile information, including account details and subscription tier.

Response

string
required
Unique identifier (UUID) for the user.
string
required
User’s display name.
string
required
User’s email address.
boolean
required
Whether the account has been marked for deletion.
string
required
Current subscription tier.Possible values: free, pro, plus, enterprise
string
required
Authethentication provider.Possible values: github, google
string
required
ISO 8601 timestamp when the account was created.
string
required
ISO 8601 timestamp when the account was last updated.

Example Response

Error Responses

error
Unauthorized - invalid or missing authentication token.

Notes

  • Returns information about the authenticated user
  • Use this endpoint to verify authentication and check current tier
  • Tier information determines access to managed runners and resource limits