Skip to main content
GET
/
api
/
company
/
info
Get company info
curl --request GET \
  --url https://core-api.getaptly.com/api/company/info \
  --header 'x-token: <api-key>'
{
  "name": "<string>",
  "address": {
    "street": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip": "<string>"
  },
  "phone": "<string>",
  "phone2": "<string>",
  "website": "<string>",
  "logo": "<string>"
}

Documentation Index

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

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

Authorizations

x-token
string
header
required

Response

Company information.

name
string | null
address
object
phone
string | null
phone2
string | null
website
string | null
logo
string | null

Absolute URL to the company logo thumbnail.