Skip to main content
GET
Get a Buró de Crédito authorization

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Response

Buró de Crédito Authorization

id
string<uuid>
required

Unique authorization ID

Example:

"9bd4a640-9f41-4cd5-a158-20767b386ca0"

rfc
string
required

RFC authorized for Buró de Crédito report requests

Example:

"PRPU800101HM2"

Entity associated with the authorization

authorizedAt
string<date-time>
required

Date and time when authorization was granted

Example:

"2024-01-31T00:00:00+00:00"

authorizedUntil
string<date-time>
required

Date and time when authorization expires

Example:

"2027-01-31T00:00:00+00:00"

nationality
string
required

Two-letter nationality code

Example:

"MX"

birthdate
string<date>
required

Person birth date

Example:

"1980-01-01"

firstName
string
required

Person first name

Example:

"UNO"

firstLastName
string
required

Person first last name

Example:

"PRUEBA"

secondLastName
string
required

Person second last name

Example:

"PROSPECTOR"

address
string
required

Street name used for the authorization address

Example:

"Jaime Balmes"

city
string
required

City used for the authorization address

Example:

"Cd de Mexico"

municipality
string
required

Municipality or borough used for the authorization address

Example:

"Miguel Hidalgo"

state
string
required

Buró de Crédito state code for the authorization address

Example:

"CMX"

postalCode
string
required

Five-digit postal code used for the authorization address

Example:

"11510"

neighborhood
string
required

Neighborhood used for the authorization address

Example:

"Los morales"

country
string
required

Two-letter country code for the authorization address

Example:

"MX"

createdAt
string<date-time>
required

Date and time when the authorization was created

Example:

"2024-01-31T00:00:00+00:00"

updatedAt
string<date-time>
required

Date and time when the authorization was last updated

Example:

"2024-01-31T00:00:00+00:00"

@context
any
@id
any
middleName
string | null

Person middle name

Example:

"DOS"

exteriorNumber
string | null

Exterior number used for the authorization address

Example:

"8"

interiorNumber
string | null

Interior number used for the authorization address

Example:

""

email
string | null

Email address associated with the authorization when available

Example:

"person@example.com"

origin
enum<string>

How the authorization was created

Available options:
external,
onboarding
Example:

"external"

isValid
boolean

Whether the authorization has not expired

Example:

true

deletedAt
string<date-time> | null

Date and time when the authorization was deleted

Example:

"2024-01-31T00:00:00+00:00"