Fortinet white logo
Fortinet white logo
2024.10.0

Using API tokens

Using API tokens

While accessing APIs directly, the API Token needs to be passed as the Authorization header so that the request can be authenticated.

headers = {

'Authorization': "IBToken <API Token>",

}

Integrations, do this internally so they only need the API Token.

Using API tokens

Using API tokens

While accessing APIs directly, the API Token needs to be passed as the Authorization header so that the request can be authenticated.

headers = {

'Authorization': "IBToken <API Token>",

}

Integrations, do this internally so they only need the API Token.