Blooio API Reference
Numbers & Contact Card

Update contact card (Coming Soon)

⚠️ COMING SOON - This endpoint is temporarily disabled while we stabilize this feature.

Update the personal contact card (Name & Photo) for the specified phone number. All fields are optional — only provided fields are updated.

PUT
/me/numbers/{number}/contact-card

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

number*string

E.164 phone number (URL-encoded, e.g., %2B15551234567)

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://backend.blooio.com/v2/api/me/numbers/string/contact-card" \  -H "Content-Type: application/json" \  -d '{}'
{
  "success": true,
  "phone_number": "string",
  "first_name": "string",
  "last_name": "string"
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}
Empty
{
  "error": "string",
  "status": 0
}
Empty