Worldline Account - Authorization Restriction API
Account Authorization Restriction Controller
Account Authorization Restriction Controller
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/wordline-account-authorization-restriction-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
description: 'The current set of APIs will be available in Q2 2026 on Worldline Global Issuing Platforms.
Additional APIs are under construction and planned to be available in 2026.'
version: 2.41.1
title: Worldline Card Issuing Account - Authorization Restriction API
contact: {}
servers:
- url: https://sbx-wlip.api1-eu2.psapigateway.preprod.giservices.io/card-issuing/api/v2
tags:
- name: Account - Authorization Restriction
description: Account Authorization Restriction Controller
paths:
/issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/authorization-restrictions:
get:
tags:
- Account - Authorization Restriction
summary: List the Authorization Restrictions (by issuer ref.)
description: Operation to get the list of Authorization Restrictions on an Account.
operationId: getMultipleAuthorizationRestrictionsByExtAcctRef
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: issuerAccountExternalReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestrictions'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
? /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/authorization-restrictions/{authorizationRestrictionReference}/authorization-restriction-overrides
: get:
tags:
- Account - Authorization Restriction
summary: List the Authorization Restriction Overrides (by issuer ref.)
description: Operation to get the list of overrides on an Authorization Restriction, identified by its authorizationRestrictionReference.
operationId: getMultipleAuthorizationRestrictionOverridesByExtAcctRef
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: all
in: query
required: false
schema:
type: boolean
default: false
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerAccountExternalReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestrictionOverrides'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
post:
tags:
- Account - Authorization Restriction
summary: Create an Authorization Restriction Override (by issuer ref.)
description: Operation to override an Authorization Restriction, identified by its authorizationRestrictionReference.
operationId: createAuthorizationRestrictionOverrideByExtAcctRef
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerAccountExternalReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityCreateAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreateAuthorizationRestrictionOverrideRequest'
required: true
? /issuers/{issuerId}/accounts/external-accounts/{issuerAccountExternalReference}/authorization-restrictions/{authorizationRestrictionReference}/authorization-restriction-overrides/{authorizationRestrictionOverrideReference}
: get:
tags:
- Account - Authorization Restriction
summary: Retrieve an Authorization Restriction Override (by issuer ref.)
description: Operation to fetch an existing Authorization Restriction Override, identified by its authorizationRestrictionOverrideReference.
operationId: getSingleAuthorizationRestrictionOverrideByExtAcctRef
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: authorizationRestrictionOverrideReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerAccountExternalReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
put:
tags:
- Account - Authorization Restriction
summary: Update an Authorization Restriction Override (by issuer ref.)
description: 'Operation to update an existing Authorization Restriction Override, identified by its authorizationRestrictionOverrideReference.
Only the provided attributes are updated (other ones are not modified).
Optional attributes can be set to null (JSON keyword).'
operationId: modifyAuthorizationRestrictionOverrideByExtAcctRef
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: authorizationRestrictionOverrideReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerAccountExternalReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityModifyAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ModifyAuthorizationRestrictionOverrideRequest'
required: true
delete:
tags:
- Account - Authorization Restriction
summary: Delete an Authorization Restriction Override (by issuer ref.)
description: Operation to delete an existing Authorization Restriction Override, identified by its authorizationRestrictionOverrideReference.
operationId: deleteAuthorizationRestrictionOverrideByExtAcctRef
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: authorizationRestrictionOverrideReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerAccountExternalReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityDeleteAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
/issuers/{issuerId}/accounts/{accountReference}/authorization-restrictions:
get:
tags:
- Account - Authorization Restriction
summary: List the Authorization Restrictions
description: Operation to get the list of Authorization Restrictions on an Account.
operationId: getMultipleAuthorizationRestrictions
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: accountReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestrictions'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
/issuers/{issuerId}/accounts/{accountReference}/authorization-restrictions/{authorizationRestrictionReference}:
get:
tags:
- Account - Authorization Restriction
summary: Retrieve an Authorization Restriction
description: Operation to fetch an existing Authorization Restriction, identified by its authorizationRestrictionReference.
operationId: getSingleAuthorizationRestriction
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: accountReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestriction'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
? /issuers/{issuerId}/accounts/{accountReference}/authorization-restrictions/{authorizationRestrictionReference}/authorization-restriction-overrides
: get:
tags:
- Account - Authorization Restriction
summary: List the Authorization Restriction Overrides
description: Operation to get the list of overrides on an Authorization Restriction, identified by its authorizationRestrictionReference.
operationId: getMultipleAuthorizationRestrictionOverrides
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: accountReference
in: path
required: true
schema:
type: string
- name: all
in: query
required: false
schema:
type: boolean
default: false
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestrictionOverrides'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
post:
tags:
- Account - Authorization Restriction
summary: Create an Authorization Restriction Override
description: Operation to override an Authorization Restriction, identified by its authorizationRestrictionReference.
operationId: createAuthorizationRestrictionOverride
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: accountReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityCreateAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreateAuthorizationRestrictionOverrideRequest'
required: true
? /issuers/{issuerId}/accounts/{accountReference}/authorization-restrictions/{authorizationRestrictionReference}/authorization-restriction-overrides/{authorizationRestrictionOverrideReference}
: get:
tags:
- Account - Authorization Restriction
summary: Retrieve an Authorization Restriction Override
description: Operation to fetch an existing Authorization Restriction Override, identified by its authorizationRestrictionOverrideReference.
operationId: getSingleAuthorizationRestrictionOverride
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: accountReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionOverrideReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityGetAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
$ref: '#/components/schemas/BadGatewayErrorApiResponse'
security:
- basic: []
deprecated: false
put:
tags:
- Account - Authorization Restriction
summary: Update an Authorization Restriction Override
description: 'Operation to update an existing Authorization Restriction Override, identified by its authorizationRestrictionOverrideReference.
Only the provided attributes are updated (other ones are not modified).
Optional attributes can be set to null (JSON keyword).'
operationId: modifyAuthorizationRestrictionOverride
parameters:
- name: WL-Correlation-ID
in: header
required: false
schema:
type: string
- name: WL-Username
in: header
required: false
schema:
type: string
- name: WL-Peer-ID
in: header
required: false
schema:
type: string
- name: accountReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionOverrideReference
in: path
required: true
schema:
type: string
- name: authorizationRestrictionReference
in: path
required: true
schema:
type: string
- name: issuerId
in: path
required: true
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponseEntityModifyAuthorizationRestrictionOverride'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestErrorApiResponse'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/UnauthorizedErrorApiResponse'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/ForbiddenErrorApiResponse'
'404':
description: Not found
content:
application/json:
schema:
$ref: '#/components/schemas/NotFoundErrorApiResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorErrorApiResponse'
'502':
description: Bad gateway
content:
application/json:
schema:
# --- truncated at 32 KB (69 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/wordline/refs/heads/main/openapi/wordline-account-authorization-restriction-api-openapi.yml