Exchange a pairing code for a connection token. The AirTrack user generates a short-lived 6-digit code in the app and enters it into your client; your client redeems it here for a long-lived aapk_ bearer token carrying exactly the capabilities the user granted. This is the only unauthenticated endpoint. Redeeming a code draws no credits. Managing a connection afterwards — listing, renaming, revoking — is done by its owner in the AirTrack app, not through this API.
Redeem Pairing Code
Redeem a pairing code for a connection token. Unauthenticated — the code is the proof of ownership. The raw token is returned exactly once.
Redeem Pairing Code › Request Body
code^\d{6}$ · requiredThe 6-digit code the user generated in the app.
nameA label to identify this connection.
Redeem Pairing Code › Responses
Successful Response
connection_idnamescopesThe capabilities the user granted this connection.
tokenThe bearer token — shown once, store it securely.

