1
Get your API Key
Your API key is your passport to the UBIK ecosystem. You’ll need it to authenticate all of your API requests. You can find your API key in your user settings page on the UBIK dashboard.
Go to API Key Settings
2
Make Your First Request
Let’s verify that your API key is working correctly by fetching your user details. We’ll use the
/users/me endpoint, which provides information about the authenticated user.3
Check the Response
If everything is correct, you’ll receive a
200 OK response with a JSON object containing your user details.Response

