Sorry, you need to enable JavaScript to visit this website.

Security

Security API specification

aib-apigee-security-endpoints

Method
Description

POST

issueAccessTokenUsingV3TokenEndpointPOST

https://api.aib.ie/security/v3/as/token.oauth2

This service creates an access token. It can be either the client_credentials, authorization_code or refresh_token grant types. See the OAuth2 spec for more info. For internal applications, client_credentials is the only grant type applicable.

POST

issueAccessTokenUsingV2TokenEndpointPOST

https://api.aib.ie/security/v2/oauth/token

This service creates an access token. It can be either the client_credentials, authorization_code or refresh_token grant types. See the OAuth2 spec for more info. For internal applications, client_credentials is the only grant type applicable.