cURL
curl --request GET \ --url https://api.example.com/v1/standards/{code} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "name": "<string>", "governingBody": "<string>", "materialType": "<string>" }
Get standard by code.
Standard code.
The request has succeeded.
Standard name.
Governing body.
Material type.