Skip to content

Commit

Permalink
Textkorrektur Codebeispiel zu GET-Access Token (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertHass authored Jun 10, 2022
1 parent 134c761 commit c683f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Using the example of the process API in curl:
```cURL
curl --location --request GET 'https://api.europace2.de/v2/vorgaenge' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer [access_token]
--header 'Authorization: Bearer [access_token]'
```

## How to authenticate different users with one client? (Impersonation)
Expand Down

0 comments on commit c683f17

Please sign in to comment.