---
title: "Aan de slag"
description: "Startersgids voor het gebruik van de APIs"
url: "https://api-portal-ext.stef.com/nl/getting-started"
image: "https://api-portal-ext.stef.com/_og/d/c_Ocean.takumi,title_Aan+de+slag,description_Startersgids+voor+het+gebruik+van+de+APIs,props_eyJ0aGVtZSI6eyJtb2RlIjoibGlnaHQiLCJjb2xvcnMiOnsicHJpbWFyeSI6IiM1NTk2ZTYifX19,p_Ii9ubC9nZXR0aW5nLXN0YXJ0ZWQi,s_jNi_D2aJw82WK7SF.png"
---

**Developer Portal**

[APIs](https://api-portal-ext.stef.com/nl/apis) [Aan de slag](https://api-portal-ext.stef.com/nl/getting-started) [Ondersteuning](https://api-portal-ext.stef.com/nl/support)

[FR](https://api-portal-ext.stef.com/fr) [EN](https://api-portal-ext.stef.com/en) [ES](https://api-portal-ext.stef.com/es) [IT](https://api-portal-ext.stef.com/it) [PT](https://api-portal-ext.stef.com/pt) **NL** [DE](https://api-portal-ext.stef.com/de)

## Aan de slag met de APIs

Volg deze gids om uw toegang in te stellen en uw eerste API-aanroep te doen.

## [Vereisten](#vereisten)

-   Een ontwikkelaarsaccount op dit portaal
-   Een HTTP-client: cURL, Postman of Insomnia

## [Stap 1 — Account aanmaken](#stap-1-account-aanmaken)

1.  Klik op **Registreren** rechtsboven
2.  Vul het registratieformulier in
3.  Bevestig uw e-mailadres via de ontvangen link
4.  Wacht tot uw account is goedgekeurd door de beheerder

## [Stap 2 — Een applicatie aanmaken](#stap-2-een-applicatie-aanmaken)

1.  Meld u aan bij het portaal
2.  Ga naar **[Mijn applicaties](https://api-portal-ext.stef.com/apps)**
3.  Klik op **Applicatie aanmaken**
4.  Voer de naam en beschrijving in
5.  Selecteer de APIs waartoe u toegang wilt

## [Stap 3 — Uw gegevens ophalen](#stap-3-uw-gegevens-ophalen)

Nadat uw applicatie is aangemaakt:

-   Kopieer het weergegeven **Application Secret** en bewaar het op een veilige locatie. Het is niet meer zichtbaar na deze stap — u kunt een nieuw genereren indien nodig.

Deel uw inloggegevens nooit en neem ze niet op in uw broncode.

## [Stap 4 — Eerste API-aanroep](#stap-4-eerste-api-aanroep)

Zodra uw applicatie is goedgekeurd, kunt u een API-aanroep testen:

```bash
curl -X GET "https://api.stef.com/v1/transport/orders" \
  -H "X-STEF-Client-Id: <YOUR_APPLICATION_SECRET>" \
  -H "Content-Type: application/json"
```

## [Volgende stappen](#volgende-stappen)

## API-catalogus

[APIs bekijken →](https://api-portal-ext.stef.com/nl/apis)

## Technische handleidingen

[Handleidingen bekijken →](https://api-portal-ext.stef.com/nl/guides)

#### [APIs](#apis)

-   [API-catalogus](https://api-portal-ext.stef.com/nl/apis)
-   [Aan de slag](https://api-portal-ext.stef.com/nl/getting-started)

#### [Ontwikkelaars](#ontwikkelaars)

-   [Documentatie](https://api-portal-ext.stef.com/nl/guides)
-   [Beste praktijken](https://api-portal-ext.stef.com/nl/guides/best-practices)

#### [Ondersteuning](#ondersteuning)

-   [Technische ondersteuning](https://api-portal-ext.stef.com/nl/support)

[Français](https://api-portal-ext.stef.com/fr) [English](https://api-portal-ext.stef.com/en) [Español](https://api-portal-ext.stef.com/es) [Italiano](https://api-portal-ext.stef.com/it) [Português](https://api-portal-ext.stef.com/pt) **Nederlands** [Deutsch](https://api-portal-ext.stef.com/de)

© 2025 — Alle rechten voorbehouden