Get an environment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Environment found
environment The environment's SDK token — pass it to usertour.init() to load this environment's published content. null when inTokenScope is false: an out-of-scope environment is listed for discovery, but its key is withheld (the SDK token accepts identify/track ingestion, so handing it out would let a scoped credential act on an environment it was denied).
Whether the CURRENT credential may act on this environment. false = the environment is listed for discovery, but reads / writes / publishing targeted at it are rejected (E1029) — plan against this instead of discovering scope limits from errors.