Skip to main content
GET
/
v1
/
aggregators
/
{raast-aggregator-id}
/
alias
/
{alias-id}
Find Alias
curl --request GET \
  --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/alias/{alias-id} \
  --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{
  "api_version": "v1",
  "data": {
    "id": "2",
    "token": "als_962c42c4-06a1-482f-a227-970453f29eb9",
    "merchant_id": "mer_63b32978-8af7-41b8-88fc-d027be766f77",
    "aggregator_merchant_id": "am_01fa1fd6-d8aa-47c7-a4c3-a1ac0a76ae36",
    "alias_type": "TILL_CODE",
    "alias_value": "542185757",
    "status": "Active",
    "start_date": "2025-08-20",
    "expiration_date": "2035-08-20",
    "opening_date": "2025-08-20",
    "closing_date": "2035-08-20",
    "created_at": "2025-08-20T09:47:27Z",
    "updated_at": "2025-08-25T11:46:52Z",
    "alias_record_id": "448589"
  }
}

Authorizations

X-SFPY-AGGREGATOR-SECRET-KEY
string
header
required

Path Parameters

raast-aggregator-id
string
required

The unique identifier for the aggregator

Example:

"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"

alias-id
string
required

The unique identifier for the alias

Example:

"als_962c42c4-06a1-482f-a227-970453f29eb9"

Response

This response contains details of an alias

Standard response structure for successful operations

api_version
string

The current version of the API spec

Example:

"v1"

data
object

Raast alias record