banks2ff/gocardless-bankaccount-data-api/docs/TokenApi.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

2.1 KiB

\TokenApi

All URIs are relative to https://bankaccountdata.gocardless.com

Method HTTP request Description
get_a_new_access_token POST /api/v2/token/refresh/
obtain_new_access_slash_refresh_token_pair POST /api/v2/token/new/

get_a_new_access_token

models::SpectacularJwtRefresh get_a_new_access_token(jwt_refresh_request)

Refresh access token

Parameters

Name Type Description Required Notes
jwt_refresh_request JwtRefreshRequest [required]

Return type

models::SpectacularJwtRefresh

Authorization

jwtAuth

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

obtain_new_access_slash_refresh_token_pair

models::SpectacularJwtObtain obtain_new_access_slash_refresh_token_pair(jwt_obtain_pair_request)

Obtain JWT pair

Parameters

Name Type Description Required Notes
jwt_obtain_pair_request JwtObtainPairRequest [required]

Return type

models::SpectacularJwtObtain

Authorization

jwtAuth

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]