Skip to main content
GET
/
me
Get information about your organization
curl --request GET \
  --url https://api.samsara.com/me \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "carrierSettings": {
      "carrierName": "Acme Inc.",
      "dotNumber": 98231,
      "mainOfficeAddress": "1234 Pear St., Scranton, PA 62814"
    },
    "id": "123",
    "name": "Charlie's Dining Services"
  }
}

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Returns information about your organization.

Information about an organization.

data
object

Information about your organization.