cURL
curl --request POST \ --url https://your-sift-api-url.com/api/v2/units \ --header 'Authorization: Bearer <token>'
{ "unit": { "unitId": "<string>", "abbreviatedName": "<string>" } }
Used to create a unit.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
Show child attributes
Was this page helpful?