Reading time 1 m
Published Jul 18, 2025

Authentication

Before you can use our API, it is necessary to get the API token. This can be found under API. You can generate as many API tokens as you need. At the point where you find your token, you can also activate or deactivate the API.

Block that shows API key settings

You can authenticate against our API using a Bearer header.

You can use your token to authenticate against our API with the Authorization header using Bearer, like this:

$ curl https://forms.un-static.com/api/me \
   -H 'Authorization: Bearer 42b8680515cae04cf57a82a82385e6975c2c236f1ddbe168f6c33b40' \
   -H 'Accept: application/json' \
   -H 'Content-Type: application/json'