# Authentication FinID API is intetnded for a server-side usage and accepts `Client-ID` and `Secret-Key` to generate `access_token` for accessing the rerst of the API as a `Bearer` token. In order to get API credentials, please, [reach out](mailto:hi@goscore.me). ## Example ```console curl -X POST -i -H "Content-Type: application/json" -H "Client-ID: " -H "Secret-Key: " https://link.goscore.me/finid-api/1.0/auth ```