Get HeaderΒΆ

You can get your data header with the code below.

Firstly import library with the code below.

from altadata.altadata import *
client = AltaDataAPI(YOUR_API_KEY)
header = client.get_header(PRODUCT_CODE)

get_header() returns list.