You are here: Photobucket API Help > Methods > Group Albums > Get Group Album URL

Get Group Album URL

Get the Photobucket URL sub-domain and path information for a specific group album.

User Login Required

Yes. See End-User Authentication for details.

HTTP Method

GET

REST Path

/group/[identifier]/url

See Object Identifiers for an [identifier] explanation.

Parameters

Parameter Optional Description Variable
identifier N Album identifier. String

Request Example

The request gets the group album URL for the album "ADP8DAIIFH".

GET http://api.photobucket.com/group/ADP8DAIIFH/url?format=xml&oauth_consumer_key=000000000&oauth_nonce=aa38d287dcb9472df2b0f81ee625e233&oauth_signature=moJXFB%2FcAYS%2FS5N96i%2F1Iag%2B81s%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1236629245&oauth_version=1.0

Response Example

The successful response includes the group hash, sub-domain, album, image, API, and feed, as well as the URL path. Note the hh251in the path below. A value similar to this displays for all albums and is automatically generated by Photobucket. See Conventions for details.

<response>

    <status>OK</status>

    <content>

        <groupHash>ADP8DAIIFH</groupHash>

        <subdomain>

            <album>gs393/album>

            <image>gi393/image>

            <api>api393/api>

            <feed>gfeed393/feed>

        </subdomain>

        <path>groups/hh251/ADP8DAIIFH</path>

    </content>

    <format>xml</format>

    <method>GET</method>

    <timestamp>1236629245</timestamp>

</response>

Error Codes

For a full list of possible errors, see Error Codes.

 

Published 25-June-10. See developer.photobucket.com for additional resources.