Api
Read the owner's account
The owner's own name (first_name, last_name) and login phone. The name is how BenjiAds greets them and signs its texts; the phone is read-only (it is their login).
The owner's own name (first_name, last_name) and login phone. The name is how BenjiAds greets them and signs its texts; the phone is read-only (it is their login).
AuthorizationBearer <token>
Create a scoped key in Benjiads → Integrations. Sent only in Authorization.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/account"{ "account": { "firstName": "string", "lastName": "string", "phone": "string" }}