curl --request GET \
--url https://api.sfcompute.com/v1/account/me \
--header 'Authorization: Bearer <token>'{
"id": "gmail-com-name",
"role": "user",
"is_frozen": false,
"kyc": "basic",
"submitted_waitlist": true,
"waitlist": false,
"kycb_form_submitted": false,
"created_at": "2024-01-15T10:30:00Z"
}Retrieves detailed information about the currently authenticated account.
This endpoint returns:
Use this endpoint to:
curl --request GET \
--url https://api.sfcompute.com/v1/account/me \
--header 'Authorization: Bearer <token>'{
"id": "gmail-com-name",
"role": "user",
"is_frozen": false,
"kyc": "basic",
"submitted_waitlist": true,
"waitlist": false,
"kycb_form_submitted": false,
"created_at": "2024-01-15T10:30:00Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt
Use this file to discover all available pages before exploring further.
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Account information retrieved successfully
Response body for the account/me endpoint.
The unique identifier for the account
"gmail-com-name"
The role assigned to this account
"user"
Whether the account is currently frozen
false
The KYC (Know Your Customer) verification level
"basic"
Whether the user has submitted the waitlist form
true
Whether the user is on the waitlist
false
Whether the KYC-B form has been submitted
false
When the account was created as a epoch unix timestamp
x >= 01749704176