Skip to main content
GET
/
v1
/
fetch-account
/
{account_id}
Fetch account by ID
curl --request GET \
  --url https://api.salescaptain.com/v1/fetch-account/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Account fetched successfully!",
  "account": {
    "account_id": "acc-1234-5678-90ab-cdef12345678",
    "access_level": "administrator",
    "last_login": "2026-03-12T10:30:00.000Z",
    "email": "[email protected]",
    "mobile": "+1234567890",
    "first_name": "John",
    "last_name": "Doe"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.salescaptain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.

Path Parameters

account_id
string
required

Unique identifier for the account

Example:

"acc-1234-5678-90ab-cdef12345678"

Response

Account fetched successfully

message
string
Example:

"Account fetched successfully!"

account
object

Detailed account information