Skip to main content
GET
Get Service Location

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

service_location_id
string
required

Response

V1 Service Location

id
string<uuid>
required

The service location's Silna identifier

npi
string
required

National Provider Identifier

Required string length: 10
Pattern: ^[0-9]{10}$
Example:

"1234567890"

tin
string
required

Tax Identification Number

Required string length: 9
Pattern: ^[0-9]{9}$
Example:

"123456789"

address_line_1
string
required

Primary address line

Example:

"54 Broome St"

provider_group_id
string<uuid>
required

ID of the associated provider group

city
string
required

City name

Example:

"New York"

state
string
required

Two-letter state code

Example:

"NY"

zip_code
string
required

ZIP code

Example:

"10001"

name
string
required

Location name

provider_id
string<uuid>
required

The associated provider's Silna identifier

address_line_2
string | null

Secondary address line

Example:

"Apt 3"

ptan_number
string | null

PTAN number

primary_taxonomy_code
string | null

Primary taxonomy code

source_id
string | null

An API client's (internal) identifier for a service location

Example:

"my-unique-id-123"