Find station IDs

  1. Station IDs are required when making measurement calls.

  2. To receive your station list, the following call needs to be made:

    https://api.campbellcloud.io/v3/campbell-cloud/organizations/organization_id/resources/user_id/stations?brief=true&limit=500

    NOTE:

    organization_id is to be replaced by the user's organization ID.

    user_id is to be replaced by the user ID for the user making the call.

  3. This will return station information similar to what is displayed below. This information will be presented for every station within the organization.

  4. The value for "id" is the station ID that is required for all API calls made to the v3 endpoint. The value for "legacy_id" is the station ID that is required for all API calls made to non-v3 endpoints.