Location Services in a cloud-to-cloud setup
This page explains the requirements for Location Services in a cloud-to-cloud (C2C) setup.
A C2C setup requires a proxy server, which has additional requirements for nRF Cloud:
- You must have an nRF Cloud Pro or Enterprise plan.
- You must authenticate using an Organization Auth Token (OAT).
This page does not outline how to set up a proxy server, as this varies depending on your use case.
Authentication
Authenticate all API calls to Location Services using an OAT. Include the token
in the Authorization: Bearer header in your requests.
For step-by-step instructions on creating an OAT and making your first request, see the Location Services Quickstart.
C2C example
See the C2C cellular location guide for an example implementation.