Create a unique string that ThingSpace will pass to AWS for increased security.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
The request body only contains the authenticating account.
TypeScript Definitions
Use the request body type in TypeScript.
Authenticating account ID.
application/json
curl -X POST "https://example.com/targets/actions/newextid" \ -H "Content-Type: application/json" \ -d '{ "accountidentifier": { "billingaccountid": "0000000000-00001" } }'{ "externalid": "ZlJnih8BfqsosZrEEkfPuR3aGOk2i-HIr6tXN275ioJF6bezIrQB9EbzpTRep8J7RmV7QH=="}The ID of the authenticating billing account, in the format {"billingaccountid":"1234567890-12345"}.