Skip to main content
GET
/
api
/
accounts
/
id
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/accounts/id \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

Your Recoup API key

Response

Account ID retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
accountId
string<uuid>
required

The unique identifier (UUID) of the authenticated account