You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im trying to get an API-Token for Studiensuche API. I went to https://studiensuche.api.bund.dev/ clicked "authorise" entered the Client ID and Client Secret. I thought I would receive a Token, but I just get the Error Message: "Auth errorTypeError: Failed to fetch".
Am I missing out something?
The text was updated successfully, but these errors were encountered:
I guess the authorization process currently speficied in the openapi.yaml does not seem to match the process required by https://rest.arbeitsagentur.de/oauth/gettoken_cc (i.e., sending a POST-request with client_id, client_secret and grant_type in the body to get the token that is to be included as OAuthAccessToken in the header of the GET-requests following).
Hi,
Im trying to get an API-Token for Studiensuche API. I went to https://studiensuche.api.bund.dev/ clicked "authorise" entered the Client ID and Client Secret. I thought I would receive a Token, but I just get the Error Message: "Auth errorTypeError: Failed to fetch".
Am I missing out something?
The text was updated successfully, but these errors were encountered: